mageekguy\atoum\scripts\runner::setLooper PHP Метод

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

public setLooper ( mageekguy\atoum\scripts\runner\looper $looper = null )
$looper mageekguy\atoum\scripts\runner\looper
    public function setLooper(atoum\scripts\runner\looper $looper = null)
    {
        $this->looper = $looper ?: new atoum\scripts\runner\loopers\prompt($this->prompt, $this->outputWriter, $this->cli, $this->locale);
        return $this;
    }