ARouter  0.1.0
Annotation based router for your projects
MissingArgumentHandlerException Class Reference
Inheritance diagram for MissingArgumentHandlerException:

Public Member Functions

 __construct ($controller, string $methodName, string $parameterName)
 
 getController ()
 
 getMethodName ()
 
 getParameterName ()
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $controller,
string  $methodName,
string  $parameterName 
)

MissingArgumentHandlerException constructor.

Parameters
object$controllerController object.
string$methodNameController method name.
string$parameterNameMethod parameter name.

Member Function Documentation

◆ getController()

getController ( )

Get controller object.

Returns
object Controller object.

◆ getMethodName()

getMethodName ( )

Get controller method name.

Returns
string Controller method name.

◆ getParameterName()

getParameterName ( )

Get method parameter name.

Returns
string Method parameter name.

The documentation for this class was generated from the following file: