Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\SingletonClassC::setProtectedArrayPropertyWithSetterSetViaObjectsYaml PHP Метод

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

public setProtectedArrayPropertyWithSetterSetViaObjectsYaml ( array $protectedArrayPropertyWithSetterSetViaObjectsYaml )
$protectedArrayPropertyWithSetterSetViaObjectsYaml array
    public function setProtectedArrayPropertyWithSetterSetViaObjectsYaml($protectedArrayPropertyWithSetterSetViaObjectsYaml)
    {
        $this->protectedArrayPropertyWithSetterSetViaObjectsYaml = array_merge($this->protectedArrayPropertyWithSetterSetViaObjectsYaml, $protectedArrayPropertyWithSetterSetViaObjectsYaml);
    }