PHP 클래스 Wallabag\ImportBundle\Controller\WallabagController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: wallabag/wallabag 1 사용 예제들

공개 메소드들

메소드 설명
indexAction ( Request $request ) : Response | RedirectResponse Handle import request.

보호된 메소드들

메소드 설명
getImportService ( ) : Wallabag\ImportBundle\Import\ImportInterface Return the service to handle the import.
getImportTemplate ( ) : string Return the template used for the form.

메소드 상세

getImportService() 추상적인 보호된 메소드

Return the service to handle the import.
abstract protected getImportService ( ) : Wallabag\ImportBundle\Import\ImportInterface
리턴 Wallabag\ImportBundle\Import\ImportInterface

getImportTemplate() 추상적인 보호된 메소드

Return the template used for the form.
abstract protected getImportTemplate ( ) : string
리턴 string

indexAction() 공개 메소드

Handle import request.
public indexAction ( Request $request ) : Response | RedirectResponse
$request Symfony\Component\HttpFoundation\Request
리턴 Response | RedirectResponse