PHP Класс Wallabag\ApiBundle\Controller\DeveloperController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
createClientAction ( Request $request ) : Response Create a client (an app).
deleteClientAction ( Client $client ) : RedirectResponse Remove a client.
howtoFirstAppAction ( ) : Response Display developer how to use an existing app.
indexAction ( ) : Response List all clients and link to create a new one.

Описание методов

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

Create a client (an app).
public createClientAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Результат Symfony\Component\HttpFoundation\Response

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

Remove a client.
public deleteClientAction ( Client $client ) : RedirectResponse
$client Wallabag\ApiBundle\Entity\Client
Результат Symfony\Component\HttpFoundation\RedirectResponse

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

Display developer how to use an existing app.
public howtoFirstAppAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

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

List all clients and link to create a new one.
public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response