PHP 클래스 Api\StructType\ApiVideoRequest

상속: extends WsdlToPhp\PackageBase\AbstractStructBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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() 공개 정적인 메소드

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
또한 보기: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiVideoRequest
$array array the exported values
리턴 ApiVideoRequest

__toString() 공개 메소드

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

getCount() 공개 메소드

Get Count value
public getCount ( ) : integer | null
리턴 integer | null

getFilters() 공개 메소드

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

getOffset() 공개 메소드

Get Offset value
public getOffset ( ) : integer | null
리턴 integer | null

getSortBy() 공개 메소드

Get SortBy value
public getSortBy ( ) : string | null
리턴 string | null

setCount() 공개 메소드

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

setFilters() 공개 메소드

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

setOffset() 공개 메소드

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

setSortBy() 공개 메소드

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

프로퍼티 상세

$Count 공개적으로 프로퍼티

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

$Filters 공개적으로 프로퍼티

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

$Offset 공개적으로 프로퍼티

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

$SortBy 공개적으로 프로퍼티

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