GraphAware\Neo4j\OGM\Metadata\LabeledPropertyMetadata::getLabelName PHP Method

getLabelName() public method

public getLabelName ( ) : string
return string
    public function getLabelName()
    {
        return $this->labelName;
    }