public function __construct($args, $request_remainder, $get = null, $post = null)
 {
     parent::__construct($args, $request_remainder, $get, $post);
     $this->button_templates = array('button_save_return' => 'auto_button_save_return.html');
 }
Exemplo n.º 2
0
 public function __construct($args, $request_remainder, $get = null, $post = null)
 {
     parent::__construct($args, $request_remainder, $get, $post);
     if (!array_key_exists('auto_template', $this->args) || !is_array($this->args['auto_template'])) {
         $this->args['auto_template'] = array();
     }
 }