PHP 클래스 Pheasant\Types\IntegerType

상속: extends BaseType
파일 보기 프로젝트 열기: lox/pheasant

공개 프로퍼티들

프로퍼티 타입 설명
$width

공개 메소드들

메소드 설명
__construct ( $width = null, $options = null ) Constructor
columnSql ( $column, $platform ) * (non-phpdoc)
marshal ( $value ) * (non-phpdoc)
unmarshal ( $value ) * (non-phpdoc)

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $width = null, $options = null )

columnSql() 공개 메소드

* (non-phpdoc)
또한 보기: Pheasant\Type::columnSql
public columnSql ( $column, $platform )

marshal() 공개 메소드

* (non-phpdoc)
또한 보기: Pheasant\Type::marshal
public marshal ( $value )

unmarshal() 공개 메소드

* (non-phpdoc)
또한 보기: Pheasant\Type::unmarshal
public unmarshal ( $value )

프로퍼티 상세

$width 공개적으로 프로퍼티

public $width