GraphAware\Neo4j\OGM\Metadata\NodeAnnotationMetadata::getLabel PHP Method

getLabel() public method

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

Usage Example

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