AdamStipak\RestRoute::getPath PHP 메소드

getPath() 공개 메소드

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