PHP 클래스 Api\StructType\ApiItem

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

공개 프로퍼티들

프로퍼티 타입 설명
$any DOMDocument The any
$displayName string The displayName
$id string The id Meta informations extracted from the WSDL - documentation: ID for an object
$itemType string The itemType

공개 메소드들

메소드 설명
__construct ( string $itemType = null, string $id = null, string $displayName = null, DOMDocument $any = null ) Constructor method for Item
__set_state ( array $array ) : ApiItem 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
getAny ( boolean $asString = true ) : DOMDocument | null Get any value
getDisplayName ( ) : string | null Get displayName value
getId ( ) : string | null Get id value
getItemType ( ) : string | null Get itemType value
setAny ( DOMDocument $any = null ) : ApiItem Set any value
setDisplayName ( string $displayName = null ) : ApiItem Set displayName value
setId ( string $id = null ) : ApiItem Set id value
setItemType ( string $itemType = null ) : ApiItem Set itemType value

메소드 상세

__construct() 공개 메소드

Constructor method for Item
public __construct ( string $itemType = null, string $id = null, string $displayName = null, DOMDocument $any = null )
$itemType string
$id string
$displayName string
$any DOMDocument

__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 ) : ApiItem
$array array the exported values
리턴 ApiItem

__toString() 공개 메소드

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

getAny() 공개 메소드

Get any value
public getAny ( boolean $asString = true ) : DOMDocument | null
$asString boolean true: returns XML string, false: returns \DOMDocument
리턴 DOMDocument | null

getDisplayName() 공개 메소드

Get displayName value
public getDisplayName ( ) : string | null
리턴 string | null

getId() 공개 메소드

Get id value
public getId ( ) : string | null
리턴 string | null

getItemType() 공개 메소드

Get itemType value
public getItemType ( ) : string | null
리턴 string | null

setAny() 공개 메소드

Set any value
public setAny ( DOMDocument $any = null ) : ApiItem
$any DOMDocument
리턴 ApiItem

setDisplayName() 공개 메소드

Set displayName value
public setDisplayName ( string $displayName = null ) : ApiItem
$displayName string
리턴 ApiItem

setId() 공개 메소드

Set id value
public setId ( string $id = null ) : ApiItem
$id string
리턴 ApiItem

setItemType() 공개 메소드

Set itemType value
public setItemType ( string $itemType = null ) : ApiItem
$itemType string
리턴 ApiItem

프로퍼티 상세

$any 공개적으로 프로퍼티

The any
public DOMDocument $any
리턴 DOMDocument

$displayName 공개적으로 프로퍼티

The displayName
public string $displayName
리턴 string

$id 공개적으로 프로퍼티

The id Meta informations extracted from the WSDL - documentation: ID for an object
public string $id
리턴 string

$itemType 공개적으로 프로퍼티

The itemType
public string $itemType
리턴 string