/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Directory
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Directory/PrinterModel.php (1702B)
displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setMakeAndModel($makeAndModel)
{
$this->makeAndModel = $makeAndModel;
}
/**
* @return string
*/
public function getMakeAndModel()
{
return $this->makeAndModel;
}
/**
* @param string
*/
public function setManufacturer($manufacturer)
{
$this->manufacturer = $manufacturer;
}
/**
* @return string
*/
public function getManufacturer()
{
return $this->manufacturer;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PrinterModel::class, 'Google_Service_Directory_PrinterModel');