Caffeinated\Modules\Repositories\Repository::setPath PHP Method

setPath() public method

Set modules path in "RunTime" mode.
public setPath ( string $path ) : object
$path string
return object $this
    public function setPath($path)
    {
        $this->path = $path;
        return $this;
    }