Neos\Flow\ObjectManagement\Proxy\ProxyMethod::setMethodParametersCode PHP Метод

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

Sets the (exact) code which use used in as the parameters signature for this method.
public setMethodParametersCode ( string $code ) : void
$code string Parameters code, for example: '$foo, array $bar, \Foo\Bar\Baz $baz'
Результат void
    public function setMethodParametersCode($code)
    {
        $this->methodParametersCode = $code;
    }