App\Source\RouteSystem\AdminResource::getInfo PHP Метод

getInfo() публичный Метод

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