PHP Class GraphAware\Neo4j\OGM\Metadata\NodeAnnotationMetadata

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

Public Methods

Method Description
__construct ( string $label, string | null $repository )
getCustomRepository ( ) : string
getLabel ( ) : string

Method Details

__construct() public method

public __construct ( string $label, string | null $repository )
$label string
$repository string | null

getCustomRepository() public method

public getCustomRepository ( ) : string
return string

getLabel() public method

public getLabel ( ) : string
return string