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

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

Works just like the shell PATH, but it does not inherit from your environment.
public setPath ( string $path )
$path string
    public function setPath($path)
    {
        $this->path = $path;
        return $this;
    }