App\Source\RouteSystem\PageResource::getInfo PHP Method

getInfo() public method

public getInfo ( )
    public function getInfo()
    {
        return ['path' => $this->groupPath, 'handle' => $this->controller, 'name' => $this->groupName, 'method' => $this->method];
    }