PHP Class Wallabag\ImportBundle\Controller\BrowserController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
显示文件 Open project: wallabag/wallabag Class Usage Examples

Public Methods

Method Description
indexAction ( Request $request ) : Response

Protected Methods

Method Description
getImportService ( ) : Wallabag\ImportBundle\Import\ImportInterface Return the service to handle the import.
getImportTemplate ( ) : string Return the template used for the form.

Method Details

getImportService() abstract protected method

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

getImportTemplate() abstract protected method

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

indexAction() public method

public indexAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response