class DefaultController extends AbstractController

Properties

null|string $usage_filepath Path of a file containing the "usage" info of the webservice controller from AbstractController

Methods

__construct(FrontController $kernel)

No description

indexAction()

No description

helloworldAction()

No description

testGetAction()

No description

testPostAction()

No description

testNotFoundAction()

No description

testBadRequestAction()

No description

testTreatmentErrorAction()

No description

testInternalErrorAction()

No description

Details

AbstractFrontControllerAware setFrontController(FrontController $kernel = null)

Parameters

FrontController $kernel

Return Value

AbstractFrontControllerAware

FrontController getFrontController()

Return Value

FrontController

in AbstractController at line 64
__construct(FrontController $kernel)

Parameters

FrontController $kernel

at line 44
indexAction()

at line 52
helloworldAction()

at line 59
testGetAction()

at line 75
testPostAction()

at line 91
testNotFoundAction()

at line 97
testBadRequestAction()

at line 103
testTreatmentErrorAction()

at line 109
testInternalErrorAction()