Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->title(l('tickets'));
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     // Clone current user
     $this->user = clone $this->currentUser;
 }