Nwidart\Modules\Generators\FileGenerator::setPath PHP Method

setPath() public method

Set path.
public setPath ( mixed $path )
$path mixed
    public function setPath($path)
    {
        $this->path = $path;
        return $this;
    }