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

__construct() public method

Constructs this PropertyValue instance
public __construct ( string $propertyName, string $selectorName = '' )
$propertyName string
$selectorName string
    public function __construct($propertyName, $selectorName = '')
    {
        $this->propertyName = $propertyName;
        $this->selectorName = $selectorName;
    }