PHP Class Alex\BehatLauncher\Controller\Controller

Exibir arquivo Open project: alexandresalome/behat-launcher

Public Methods

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

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

createForm() public method

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

createNotFoundException() public method

public createNotFoundException ( $message = 'Not Found' )

generateUrl() public method

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

getProjectList() public method

public getProjectList ( )

getRunStorage() public method

public getRunStorage ( )

getTemplateLoader() public method

public getTemplateLoader ( )

jsonEncode() public method

public jsonEncode ( $data )

redirect() public method

public redirect ( $url )

render() public method

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

renderWithAngular() public method

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

serialize() public method

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

unserialize() public method

public unserialize ( $class )