GraphAware\Neo4j\OGM\Metadata\NodeAnnotationMetadata::getLabel PHP Méthode

getLabel() public méthode

public getLabel ( ) : string
Résultat string
    public function getLabel()
    {
        return $this->label;
    }

Usage Example

 /**
  * @return string
  */
 public function getLabel()
 {
     return $this->nodeAnnotationMetadata->getLabel();
 }