Example #1
0
 /**
  * Orders to the Session class to create an access.
  *              
  * @param string $controller
  * @param string $action
  */
 protected function createAccess($controller, $action = null)
 {
     Session::createAccess($controller, $action);
 }