/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing/RegularFile.php (1255B)
content = $content;
}
/**
* @return Google_Service_Testing_FileReference
*/
public function getContent()
{
return $this->content;
}
public function setDevicePath($devicePath)
{
$this->devicePath = $devicePath;
}
public function getDevicePath()
{
return $this->devicePath;
}
}