Neos\Flow\Persistence\Generic\Qom\PropertyValue::__construct PHP Méthode

__construct() public méthode

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;
    }