Метод | Описание | |
---|---|---|
__construct ( ) | Initialize the properties and property map collections. | |
addProperty ( |
||
getExtends ( ) : string | ||
getID ( ) : string | ||
getProperties ( ) : |
||
getProperty ( $index ) : |
||
getPropertyNames ( ) : array | ||
getPropertyValue ( $registry, $property, $parameterValue ) : unknown | Get the value of a property from the the parameter object. | |
insertProperty ( $index, |
||
setExtends ( $value ) | ||
setID ( $value ) |
Метод | Описание | |
---|---|---|
createTypeHandler ( $property, $registry ) : TSqlMapTypeHandler | Create type handler from {@link Type setType()} or {@link TypeHandler setTypeHandler}. | |
getObjectValue ( $object, $property ) : mixed | ||
nullifyDefaultValue ( $property, $value ) : mixed | When the actual value matches the {@link NullValue TParameterProperty::setNullValue()}, set the current value to null. |
public __construct ( ) |
public addProperty ( |
||
$property |
protected createTypeHandler ( $property, $registry ) : TSqlMapTypeHandler | ||
Результат | TSqlMapTypeHandler | type handler. |
public getExtends ( ) : string | ||
Результат | string | name of another |
protected getObjectValue ( $object, $property ) : mixed | ||
Результат | mixed | property value. |
public getProperties ( ) : |
||
Результат | list of properties for the parameter map. |
public getProperty ( $index ) : |
||
Результат | parameter property. |
public getPropertyNames ( ) : array | ||
Результат | array | list of property names. |
public getPropertyValue ( $registry, $property, $parameterValue ) : unknown | ||
Результат | unknown |
public insertProperty ( $index, |
||
$property |
protected nullifyDefaultValue ( $property, $value ) : mixed | ||
Результат | mixed | null if NullValue matches currrent value. |