PHP Class GraphAware\Neo4j\OGM\Metadata\PropertyAnnotationMetadata

Afficher le fichier Open project: graphaware/neo4j-php-ogm Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getKey() public méthode

public getKey ( ) : null | string
Résultat null | string

getType() public méthode

public getType ( ) : string
Résultat string

hasCustomKey() public méthode

public hasCustomKey ( ) : boolean
Résultat boolean

isNullable() public méthode

public isNullable ( ) : boolean
Résultat boolean