コード例 #1
0
 /**
  * The constructor
  *
  * @return \View_Bug 'TRUE' on success and 'FALSE' otherwise
  */
 public function __construct()
 {
     parent::__construct();
     $_SWIFT = SWIFT::GetInstance();
     $_SWIFT->Language->Load('staff_ticketsmanage');
     $_SWIFT->Language->Load('tickets_auditlogs');
     return true;
 }
コード例 #2
0
 /**
  * Constructor
  *
  * @author Abhinav Kumar
  * @return \View_IssueHistory "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct();
     $this->Language->Load('jira');
     return true;
 }
コード例 #3
0
 /**
  * Constructor
  *
  * @author Varun Shoor
  * @return bool "true" on Success, "false" otherwise
  */
 public function __construct()
 {
     parent::__construct();
     return true;
 }