PHP 클래스 Wallabag\ApiBundle\Controller\DeveloperController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: wallabag/wallabag

공개 메소드들

메소드 설명
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