MyBuilder\Cronos\Formatter\Header::setShell PHP Метод

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

Default is /bin/sh but can also be changed to /bin/php
public setShell ( string $shell )
$shell string
    public function setShell($shell)
    {
        $this->shell = $shell;
        return $this;
    }