/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastream
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastream/MysqlTable.php (1475B)
mysqlColumns = $mysqlColumns;
}
/**
* @return MysqlColumn[]
*/
public function getMysqlColumns()
{
return $this->mysqlColumns;
}
/**
* @param string
*/
public function setTable($table)
{
$this->table = $table;
}
/**
* @return string
*/
public function getTable()
{
return $this->table;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MysqlTable::class, 'Google_Service_Datastream_MysqlTable');