Neos\Flow\ObjectManagement\Proxy\ProxyClass::addInterfaces PHP 메소드

addInterfaces() 공개 메소드

Note that the passed interface names must already have a leading backslash, for example "\Neos\Flow\Foo\BarInterface".
public addInterfaces ( array $interfaceNames ) : void
$interfaceNames array Fully qualified names of the interfaces to introduce
리턴 void
    public function addInterfaces(array $interfaceNames)
    {
        $this->interfaces = array_merge($this->interfaces, $interfaceNames);
    }