PHP 클래스 Media, googleads-php-lib

저자: Sam Stenvall ([email protected])
상속: extends Base, use trait WatchedIconTrait
파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$MediaType string
$creationTime string
$dimensions Media_Size_DimensionsMapEntry[]
$fileSize integer
$mediaId integer
$mimeType tnsMediaMimeType
$name string
$referenceId integer
$sourceUrl string
$type tnsMediaMediaType
$urls Media_Size_StringMapEntry[]

공개 메소드들

메소드 설명
__construct ( $mediaId = null, $type = null, $referenceId = null, $dimensions = null, $urls = null, $mimeType = null, $sourceUrl = null, $name = null, $fileSize = null, $creationTime = null, $MediaType = null )
__get ( $var ) : mixed Provided for getting non-php-standard named variables
__set ( $var, $value ) Provided for setting non-php-standard named variables
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

보호된 메소드들

메소드 설명
getParameterMap ( ) : array Provided for getting non-php-standard named variables

메소드 상세

__construct() 공개 메소드

public __construct ( $mediaId = null, $type = null, $referenceId = null, $dimensions = null, $urls = null, $mimeType = null, $sourceUrl = null, $name = null, $fileSize = null, $creationTime = null, $MediaType = null )

__get() 공개 메소드

Provided for getting non-php-standard named variables
public __get ( $var ) : mixed
$var Variable name to get
리턴 mixed Variable value

__set() 공개 메소드

Provided for setting non-php-standard named variables
public __set ( $var, $value )
$var Variable name to set
$value Value to set

getNamespace() 공개 메소드

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

getParameterMap() 보호된 메소드

Provided for getting non-php-standard named variables
protected getParameterMap ( ) : array
리턴 array parameter map

getXsiTypeName() 공개 메소드

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

프로퍼티 상세

$MediaType 공개적으로 프로퍼티

public string $MediaType
리턴 string

$creationTime 공개적으로 프로퍼티

public string $creationTime
리턴 string

$dimensions 공개적으로 프로퍼티

public Media_Size_DimensionsMapEntry[] $dimensions
리턴 Media_Size_DimensionsMapEntry[]

$fileSize 공개적으로 프로퍼티

public int $fileSize
리턴 integer

$mediaId 공개적으로 프로퍼티

public int $mediaId
리턴 integer

$mimeType 공개적으로 프로퍼티

public tnsMediaMimeType $mimeType
리턴 tnsMediaMimeType

$name 공개적으로 프로퍼티

public string $name
리턴 string

$referenceId 공개적으로 프로퍼티

public int $referenceId
리턴 integer

$sourceUrl 공개적으로 프로퍼티

public string $sourceUrl
리턴 string

$type 공개적으로 프로퍼티

public tnsMediaMediaType $type
리턴 tnsMediaMediaType

$urls 공개적으로 프로퍼티

public Media_Size_StringMapEntry[] $urls
리턴 Media_Size_StringMapEntry[]