Свойство | Тип | Описание | |
---|---|---|---|
$FunctionArgumentOperandType | string |
Метод | Описание | |
---|---|---|
__construct ( $FunctionArgumentOperandType = 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 |
public __set ( $var, $value ) | ||
$var | Variable name to set | |
$value | Value to set |
public getNamespace ( ) : string | ||
Результат | string | the namespace of this class |
protected getParameterMap ( ) : array | ||
Результат | array | parameter map |
public getXsiTypeName ( ) : string | ||
Результат | string | the xsi:type name of this class |
public string $FunctionArgumentOperandType | ||
Результат | string |