Свойство | Тип | Описание | |
---|---|---|---|
$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 ) : |
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 ) : |
Set any value | |
setDisplayName ( string $displayName = null ) : |
Set displayName value | |
setId ( string $id = null ) : |
Set id value | |
setItemType ( string $itemType = null ) : |
Set itemType value |
public static __set_state ( array $array ) : |
||
$array | array | the exported values |
Результат |
public __toString ( ) : string | ||
Результат | string | __CLASS__ |
public getDisplayName ( ) : string | null | ||
Результат | string | null |
public getItemType ( ) : string | null | ||
Результат | string | null |
public setAny ( DOMDocument $any = null ) : |
||
$any | DOMDocument | |
Результат |
public setDisplayName ( string $displayName = null ) : |
||
$displayName | string | |
Результат |
public setItemType ( string $itemType = null ) : |
||
$itemType | string | |
Результат |
public string $id | ||
Результат | string |