App\Source\RouteSystem\AdminResource::getInfo PHP Méthode

getInfo() public méthode

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