AdamStipak\RestRoute::getPath PHP Method

getPath() public method

public getPath ( ) : string
return string
    public function getPath()
    {
        $path = implode('/', explode(':', $this->module));
        $this->path = Strings::lower($path);
        return (string) $this->path;
    }