Neos\Neos\Ui\Domain\Model\Changes\Property::getPropertyName PHP Méthode

getPropertyName() public méthode

Get the property name
public getPropertyName ( ) : string
Résultat string
    public function getPropertyName()
    {
        return $this->propertyName;
    }