Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->title(l('tickets'));
 }
Example #2
0
 public function __shutdown()
 {
     // Send user to view
     $this->set('user', clone $this->user);
     parent::__shutdown();
 }