PHP Class Wallabag\ApiBundle\Controller\DeveloperController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: wallabag/wallabag

Public Methods

Method 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 method

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

deleteClientAction() public method

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

howtoFirstAppAction() public method

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

indexAction() public method

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