PHP 클래스 LeanMapper\Reflection\PropertyType

저자: Vojtěch Kohout
파일 보기 프로젝트 열기: tharos/leanmapper 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $type, Aliases $aliases )
getType ( ) : string Gets type
isBasicType ( ) : boolean Tells whether current type is basic type (boolean|integer|float|string|array)

메소드 상세

__construct() 공개 메소드

public __construct ( string $type, Aliases $aliases )
$type string
$aliases Aliases

getType() 공개 메소드

Gets type
public getType ( ) : string
리턴 string

isBasicType() 공개 메소드

Tells whether current type is basic type (boolean|integer|float|string|array)
public isBasicType ( ) : boolean
리턴 boolean