Neos\Flow\ObjectManagement\DependencyInjection\DependencyProxy::_addPropertyVariable PHP Метод

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

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