Пример #1
0
 /**
  * Constructor.
  *
  * @param      array Initial parameters.
  *
  * @author     David Zülke <*****@*****.**>
  * @since      0.11.0
  */
 public function __construct(array $parameters = array())
 {
     parent::__construct(array_merge(array('module' => null, 'template' => null), $parameters));
 }
Пример #2
0
 /**
  * Constructor.
  *
  * @author     David Zülke <*****@*****.**>
  * @since      0.11.0
  */
 public function __construct()
 {
     parent::__construct();
     $this->setParameters(array('max_executions' => 20, 'send_response' => true));
 }