PHP Class Alex\BehatLauncher\Controller\Controller

Afficher le fichier Open project: alexandresalome/behat-launcher

Méthodes publiques

Méthode Description
__construct ( Application $application )
createForm ( $name, $data = null, array $options = [] )
createNotFoundException ( $message = 'Not Found' )
generateUrl ( $route, array $args = [] )
getProjectList ( )
getRunStorage ( )
getTemplateLoader ( )
jsonEncode ( $data )
redirect ( $url )
render ( $template, array $parameters = [] )
renderWithAngular ( Request $request, $template, array $parameters = [] )
serialize ( $data, array $context = [] )
unserialize ( $class )

Method Details

__construct() public méthode

public __construct ( Application $application )
$application Alex\BehatLauncher\Application

createForm() public méthode

public createForm ( $name, $data = null, array $options = [] )
$options array

createNotFoundException() public méthode

public createNotFoundException ( $message = 'Not Found' )

generateUrl() public méthode

public generateUrl ( $route, array $args = [] )
$args array

getProjectList() public méthode

public getProjectList ( )

getRunStorage() public méthode

public getRunStorage ( )

getTemplateLoader() public méthode

public getTemplateLoader ( )

jsonEncode() public méthode

public jsonEncode ( $data )

redirect() public méthode

public redirect ( $url )

render() public méthode

public render ( $template, array $parameters = [] )
$parameters array

renderWithAngular() public méthode

public renderWithAngular ( Request $request, $template, array $parameters = [] )
$request Symfony\Component\HttpFoundation\Request
$parameters array

serialize() public méthode

public serialize ( $data, array $context = [] )
$context array

unserialize() public méthode

public unserialize ( $class )