PHP 클래스 GraphAware\Neo4j\OGM\Metadata\PropertyAnnotationMetadata

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $type, $key = null, $nullable = null )
getKey ( ) : null | string
getType ( ) : string
hasCustomKey ( ) : boolean
isNullable ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( $type, $key = null, $nullable = null )

getKey() 공개 메소드

public getKey ( ) : null | string
리턴 null | string

getType() 공개 메소드

public getType ( ) : string
리턴 string

hasCustomKey() 공개 메소드

public hasCustomKey ( ) : boolean
리턴 boolean

isNullable() 공개 메소드

public isNullable ( ) : boolean
리턴 boolean