PHP 클래스 Alex\BehatLauncher\Controller\Controller

파일 보기 프로젝트 열기: alexandresalome/behat-launcher

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

createForm() 공개 메소드

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

createNotFoundException() 공개 메소드

public createNotFoundException ( $message = 'Not Found' )

generateUrl() 공개 메소드

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

getProjectList() 공개 메소드

public getProjectList ( )

getRunStorage() 공개 메소드

public getRunStorage ( )

getTemplateLoader() 공개 메소드

public getTemplateLoader ( )

jsonEncode() 공개 메소드

public jsonEncode ( $data )

redirect() 공개 메소드

public redirect ( $url )

render() 공개 메소드

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

renderWithAngular() 공개 메소드

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

serialize() 공개 메소드

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

unserialize() 공개 메소드

public unserialize ( $class )