Neos\Flow\Persistence\Generic\Qom\PropertyValue::getSelectorName PHP Метод

getSelectorName() публичный Метод

Gets the name of the selector against which to evaluate this operand.
public getSelectorName ( ) : string
Результат string the selector name; non-null
    public function getSelectorName()
    {
        return $this->selectorName;
    }