add '_A_getParams' property to kernel Controller
This commit is contained in:
parent
5aeb889411
commit
7351c7c239
@ -8,6 +8,8 @@ final class controller
|
|||||||
|
|
||||||
private $_A_postParams;
|
private $_A_postParams;
|
||||||
|
|
||||||
|
private $_A_getParams;
|
||||||
|
|
||||||
public function __construct ($S_url, $A_postParams, $A_getParams)
|
public function __construct ($S_url, $A_postParams, $A_getParams)
|
||||||
{
|
{
|
||||||
// Remove the trailing slash
|
// Remove the trailing slash
|
||||||
|
Loading…
Reference in New Issue
Block a user