GraphAware\Neo4j\OGM\Metadata\EntityIdMetadata::getPropertyName PHP Method

getPropertyName() public method

public getPropertyName ( ) : string
return string
    public function getPropertyName()
    {
        return $this->propertyName;
    }

Usage Example

 /**
  * @return string
  */
 public function getIdentifier()
 {
     return $this->entityIdMetadata->getPropertyName();
 }