PHP Class Api\StructType\ApiVideoRequest

Inheritance: extends WsdlToPhp\PackageBase\AbstractStructBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Properties

Property Type Description
$Count integer The Count Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Filters Api\ArrayType\ApiArrayOfString The Filters Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$Offset integer The Offset Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
$SortBy string The SortBy Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0

Public Methods

Method Description
__construct ( integer $offset = null, integer $count = null, ApiArrayOfString $filters = null, string $sortBy = null ) Constructor method for VideoRequest
__set_state ( array $array ) : ApiVideoRequest Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
__toString ( ) : string Method returning the class name
getCount ( ) : integer | null Get Count value
getFilters ( ) : ApiArrayOfString | null Get Filters value
getOffset ( ) : integer | null Get Offset value
getSortBy ( ) : string | null Get SortBy value
setCount ( integer $count = null ) : ApiVideoRequest Set Count value
setFilters ( ApiArrayOfString $filters = null ) : ApiVideoRequest Set Filters value
setOffset ( integer $offset = null ) : ApiVideoRequest Set Offset value
setSortBy ( string $sortBy = null ) : ApiVideoRequest Set SortBy value

Method Details

__construct() public method

Constructor method for VideoRequest
public __construct ( integer $offset = null, integer $count = null, ApiArrayOfString $filters = null, string $sortBy = null )
$offset integer
$count integer
$filters Api\ArrayType\ApiArrayOfString
$sortBy string

__set_state() public static method

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
See also: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiVideoRequest
$array array the exported values
return ApiVideoRequest

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getCount() public method

Get Count value
public getCount ( ) : integer | null
return integer | null

getFilters() public method

Get Filters value
public getFilters ( ) : ApiArrayOfString | null
return Api\ArrayType\ApiArrayOfString | null

getOffset() public method

Get Offset value
public getOffset ( ) : integer | null
return integer | null

getSortBy() public method

Get SortBy value
public getSortBy ( ) : string | null
return string | null

setCount() public method

Set Count value
public setCount ( integer $count = null ) : ApiVideoRequest
$count integer
return ApiVideoRequest

setFilters() public method

Set Filters value
public setFilters ( ApiArrayOfString $filters = null ) : ApiVideoRequest
$filters Api\ArrayType\ApiArrayOfString
return ApiVideoRequest

setOffset() public method

Set Offset value
public setOffset ( integer $offset = null ) : ApiVideoRequest
$offset integer
return ApiVideoRequest

setSortBy() public method

Set SortBy value
public setSortBy ( string $sortBy = null ) : ApiVideoRequest
$sortBy string
return ApiVideoRequest

Property Details

$Count public_oe property

The Count Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public int $Count
return integer

$Filters public_oe property

The Filters Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public ApiArrayOfString,Api\ArrayType $Filters
return Api\ArrayType\ApiArrayOfString

$Offset public_oe property

The Offset Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public int $Offset
return integer

$SortBy public_oe property

The SortBy Meta informations extracted from the WSDL - maxOccurs: 1 - minOccurs: 0
public string $SortBy
return string