M1\Vars\Traits\PathTrait::getPath PHP Method

getPath() public method

Get the path
public getPath ( ) : string
return string The path
    public function getPath()
    {
        return $this->path;
    }