PHP Class Selector, googleads-php-lib

***
Mostra file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$dateRange DateRange
$fields string[]
$ordering OrderBy[]
$paging Paging
$predicates Predicate[]

Public Methods

Method Description
__construct ( $fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null )
getNamespace ( ) : string Gets the namesapce of this class
getNamespace ( ) : the Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class
getXsiTypeName ( ) : the Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $fields = null, $predicates = null, $dateRange = null, $ordering = null, $paging = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : the
return the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : the
return the xsi:type name of this class

Property Details

$dateRange public_oe property

public DateRange $dateRange
return DateRange

$fields public_oe property

public string[] $fields
return string[]

$ordering public_oe property

public OrderBy[] $ordering
return OrderBy[]

$paging public_oe property

public Paging $paging
return Paging

$predicates public_oe property

public Predicate[] $predicates
return Predicate[]