Neos\Flow\ObjectManagement\DependencyInjection\DependencyProxy::_addPropertyVariable PHP Method

_addPropertyVariable() public method

Adds another variable by reference where the actual dependency object should be injected into once this proxy is activated.
public _addPropertyVariable ( &$propertyVariable ) : void
return void
    public function _addPropertyVariable(&$propertyVariable)
    {
        $this->propertyVariables[] =& $propertyVariable;
    }