PHP Class GraphAware\Neo4j\OGM\Metadata\PropertyAnnotationMetadata

Datei anzeigen Open project: graphaware/neo4j-php-ogm Class Usage Examples

Public Methods

Method Description
__construct ( $type, $key = null, $nullable = null )
getKey ( ) : null | string
getType ( ) : string
hasCustomKey ( ) : boolean
isNullable ( ) : boolean

Method Details

__construct() public method

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

getKey() public method

public getKey ( ) : null | string
return null | string

getType() public method

public getType ( ) : string
return string

hasCustomKey() public method

public hasCustomKey ( ) : boolean
return boolean

isNullable() public method

public isNullable ( ) : boolean
return boolean