コード例 #1
0
ファイル: Tickets.php プロジェクト: nirix-old/ticketer
 public function __construct()
 {
     parent::__construct();
     $this->title(l('tickets'));
 }
コード例 #2
0
ファイル: Account.php プロジェクト: nirix-old/ticketer
 public function __construct()
 {
     parent::__construct();
     // Clone current user
     $this->user = clone $this->currentUser;
 }