MyBuilder\Cronos\Formatter\Header::setShell PHP Méthode

setShell() public méthode

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;
    }