Neos\Flow\Persistence\Generic\Qom\PropertyValue::getSelectorName PHP Method

getSelectorName() public method

Gets the name of the selector against which to evaluate this operand.
public getSelectorName ( ) : string
return string the selector name; non-null
    public function getSelectorName()
    {
        return $this->selectorName;
    }