Index
A
- AbstractFrontControllerAware — Class in namespace WebServices
- This class designs an object depending on the
WebServices\FrontController
object - AbstractController — Class in namespace WebServices\Controller
- Any package or custom controller must extend this basic class
- FrontController::addContent() — Method in class FrontController
B
- BadRequestException — Class in namespace WebServices
C
- FrontController::create() — Method in class FrontController
- Creation of a singleton instance
- FrontController::callController() — Method in class FrontController
- FrontController::callControllerMethod() — Method in class FrontController
D
- DefaultController — Class in namespace WebServices\Controller
- $FrontController — Property in class FrontController
- Default messages for result status as
status=>info
pairs - FrontController::distribute() — Method in class FrontController
- Distributes the application actions
- FrontController::display() — Method in class FrontController
- Displays the request result
E
- ErrorException — Class in namespace WebServices
- Exception — Class in namespace WebServices
F
- FrontController — Class in namespace WebServices
- FrontControllerAwareInterface — Class in namespace WebServices
- This interface should be implemented by any object depending on the
\WebServices\FrontController
object
G
- AbstractFrontControllerAware::getFrontController() — Method in class AbstractFrontControllerAware
- ErrorException::getFrontController() — Method in class ErrorException
- Exception::getFrontController() — Method in class Exception
- FrontController::getControllerUsage() — Method in class FrontController
- FrontController::getUserOptions() — Method in class FrontController
- FrontController::getOption() — Method in class FrontController
- FrontController::getLoggerOptions() — Method in class FrontController
- FrontController::getStatus() — Method in class FrontController
- FrontController::getMessage() — Method in class FrontController
- FrontController::getContent() — Method in class FrontController
- FrontController::getRequest() — Method in class FrontController
- FrontController::getResponse() — Method in class FrontController
- FrontController::getLogger() — Method in class FrontController
- FrontController::getController() — Method in class FrontController
H
- DefaultController::helloworldAction() — Method in class DefaultController
I
- DefaultController::indexAction() — Method in class DefaultController
L
- FrontController::log() — Method in class FrontController
- Shrotcut for logging message
N
- NotFoundException — Class in namespace WebServices
P
- FrontController::parseUsageFilepath() — Method in class FrontController
R
- ErrorException::render() — Method in class ErrorException
- Force the error display and log it
- Exception::render() — Method in class Exception
- Force the error display and log it
S
- AbstractFrontControllerAware::setFrontController() — Method in class AbstractFrontControllerAware
- ErrorException::setFrontController() — Method in class ErrorException
- Exception::setFrontController() — Method in class Exception
- FrontController::setUserOptions() — Method in class FrontController
- FrontController::setOption() — Method in class FrontController
- FrontController::setStatus() — Method in class FrontController
- FrontController::setMessage() — Method in class FrontController
- FrontController::setRequest() — Method in class FrontController
- FrontController::setResponse() — Method in class FrontController
- FrontController::setLogger() — Method in class FrontController
- FrontController::setController() — Method in class FrontController
- FrontControllerAwareInterface::setFrontController() — Method in class FrontControllerAwareInterface
T
- DefaultController::testGetAction() — Method in class DefaultController
- DefaultController::testPostAction() — Method in class DefaultController
- DefaultController::testNotFoundAction() — Method in class DefaultController
- DefaultController::testBadRequestAction() — Method in class DefaultController
- DefaultController::testTreatmentErrorAction() — Method in class DefaultController
- DefaultController::testInternalErrorAction() — Method in class DefaultController
- TreatmentException — Class in namespace WebServices
U
- $AbstractController — Property in class AbstractController
- Path of a file containing the "usage" info of the webservice controller
_
- BadRequestException::__construct() — Method in class BadRequestException
- Construction of the exception - a message is needed (1st argument)
- AbstractController::__construct() — Method in class AbstractController
- ErrorException::__construct() — Method in class ErrorException
- ErrorException::__toString() — Method in class ErrorException
- Force the error display
- Exception::__construct() — Method in class Exception
- Exception::__toString() — Method in class Exception
- Force the error display
- NotFoundException::__construct() — Method in class NotFoundException
- Construction of the exception - a message is needed (1st argument)
- TreatmentException::__construct() — Method in class TreatmentException
- Construction of the exception - a message is needed (1st argument)