Service
class Service (View source)
Properties
protected string | $where | Where Condition | |
protected string | $orderBy | Order By clause | |
protected string | $limit | Limit clause | |
protected mixed | $session | ||
protected AdWordsServices | $adWordsServices | ||
protected | $service | ||
protected | $fields |
Methods
__construct(Google $service, AdWordsSession $session = null)
Service constructor.
$this
orderBy($field)
No description
$this
limit(int $number, int $offset)
No description
$this
select($fields)
Set the fields to retrieve
$this
where($condition)
Set where condition
get(array $fields = [])
Get all items.
mixed
getService()
Get the Google service.
Details
at line 64
__construct(Google $service, AdWordsSession $session = null)
Service constructor.
at line 77
$this
orderBy($field)
at line 89
$this
limit(int $number, int $offset)
at line 102
$this
select($fields)
Set the fields to retrieve
at line 116
$this
where($condition)
Set where condition
at line 130
ServiceCollection
get(array $fields = [])
Get all items.
at line 147
mixed
getService()
Get the Google service.