PHP Class Pheasant\Types\StringType

Inheritance: extends BaseType
Datei anzeigen Open project: lox/pheasant

Public Methods

Method Description
__construct ( $length = 255, $options = null ) Constructor
columnSql ( $column, $platform ) * (non-phpdoc)
marshal ( $value ) * (non-phpdoc)

Method Details

__construct() public method

Constructor
public __construct ( $length = 255, $options = null )

columnSql() public method

* (non-phpdoc)
See also: Pheasant\Type::columnSql
public columnSql ( $column, $platform )

marshal() public method

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