PHP 클래스 Dumplie\Metadata\Schema\Type

파일 보기 프로젝트 열기: dumplie/dumplie 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $type ) Type constructor.
__toString ( ) : string
association ( ) : Type
bool ( ) : Type
dateTime ( ) : Type
decimal ( ) : Type
float ( ) : Type
integer ( ) : Type
isEqual ( Type $type ) : boolean
map ( ) : Type
text ( ) : Type

메소드 상세

__construct() 공개 메소드

Type constructor.
public __construct ( string $type )
$type string

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

association() 공개 정적인 메소드

public static association ( ) : Type
리턴 Type

bool() 공개 정적인 메소드

public static bool ( ) : Type
리턴 Type

dateTime() 공개 정적인 메소드

public static dateTime ( ) : Type
리턴 Type

decimal() 공개 정적인 메소드

public static decimal ( ) : Type
리턴 Type

float() 공개 정적인 메소드

public static float ( ) : Type
리턴 Type

integer() 공개 정적인 메소드

public static integer ( ) : Type
리턴 Type

isEqual() 공개 메소드

public isEqual ( Type $type ) : boolean
$type Type
리턴 boolean

map() 공개 정적인 메소드

public static map ( ) : Type
리턴 Type

text() 공개 정적인 메소드

public static text ( ) : Type
리턴 Type