Added Callcenter Stats
This commit is contained in:
@@ -7,13 +7,18 @@ class mfBaseController
|
||||
{
|
||||
protected $log;
|
||||
protected $needlogin = false;
|
||||
/** @var mfRequest */
|
||||
protected $request;
|
||||
private $mfAction;
|
||||
/** @var FronkDB */
|
||||
private $mfDBI;
|
||||
/** @var Layout */
|
||||
private $mfLayout;
|
||||
private $mfMenu;
|
||||
private $mfUser;
|
||||
/** @var mixed|null Called module (Controller) */
|
||||
protected $mod;
|
||||
/** @var mixed|null Called action method in Controller */
|
||||
protected $action;
|
||||
|
||||
public function __construct($params = NULL)
|
||||
|
||||
Reference in New Issue
Block a user