PHP Class Wallabag\ApiBundle\Controller\DeveloperController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: wallabag/wallabag

Méthodes publiques

Méthode Description
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.

Method Details

createClientAction() public méthode

Create a client (an app).
public createClientAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\Response

deleteClientAction() public méthode

Remove a client.
public deleteClientAction ( Client $client ) : RedirectResponse
$client Wallabag\ApiBundle\Entity\Client
Résultat Symfony\Component\HttpFoundation\RedirectResponse

howtoFirstAppAction() public méthode

Display developer how to use an existing app.
public howtoFirstAppAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

indexAction() public méthode

List all clients and link to create a new one.
public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response