/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense/Row.php (1123B)
cells = $cells;
}
/**
* @return Cell[]
*/
public function getCells()
{
return $this->cells;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Row::class, 'Google_Service_Adsense_Row');