PHP Class Pheasant\Types\BaseType

Inheritance: implements Pheasant\Type
Datei anzeigen Open project: lox/pheasant Class Usage Examples

Public Methods

Method Description
__construct ( $options = null ) Constructor
equals ( $value1, $value2 ) * (non-phpdoc)
marshal ( $value ) * (non-phpdoc)
options ( ) Gets the {@link Options} object associated with the type
unmarshal ( $value ) * (non-phpdoc)

Method Details

__construct() public method

Constructor
public __construct ( $options = null )

equals() public method

* (non-phpdoc)
See also: Pheasant\Type::equals
public equals ( $value1, $value2 )

marshal() public method

* (non-phpdoc)
See also: Pheasant\Type::marshal
public marshal ( $value )

options() public method

Gets the {@link Options} object associated with the type
public options ( )

unmarshal() public method

* (non-phpdoc)
See also: Pheasant\Type::unmarshal
public unmarshal ( $value )