PHP 클래스 GetOptionKit\ValueType\BaseType

파일 보기 프로젝트 열기: c9s/getoptionkit

공개 프로퍼티들

프로퍼티 타입 설명
$option mixed Type option.

공개 메소드들

메소드 설명
__construct ( $option = null )
parse ( mixed $value ) Parse a string value into it's type value.
test ( mixed $value ) Test a value to see if it fit the type.

메소드 상세

__construct() 공개 메소드

public __construct ( $option = null )

parse() 추상적인 공개 메소드

Parse a string value into it's type value.
abstract public parse ( mixed $value )
$value mixed

test() 추상적인 공개 메소드

Test a value to see if it fit the type.
abstract public test ( mixed $value )
$value mixed

프로퍼티 상세

$option 공개적으로 프로퍼티

Type option.
public mixed $option
리턴 mixed