mageekguy\atoum\php\call::setDecorator PHP Метод

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

public setDecorator ( mageekguy\atoum\test\adapter\call\decorator $decorator = null )
$decorator mageekguy\atoum\test\adapter\call\decorator
    public function setDecorator(call\decorator $decorator = null)
    {
        $this->decorator = $decorator ?: new call\decorator();
        return $this;
    }