Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_sId = TWILIO_SID;
     $this->_token = TWILIO_TOKEN;
     $this->_number = TWILIO_NUMBER;
     $this->_client = new Services_Twilio($this->_sId, $this->_token);
 }
Esempio n. 2
0
 /**
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_request["interval"] = "5m";
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->allow('members');
 }
Esempio n. 4
0
 /**
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->allow('manager');
 }
Esempio n. 5
0
 /**
  * construct function
  */
 public function __construct($controller, $action)
 {
     parent::__construct($controller, $action);
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 7
0
 /**
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->allow('admin');
 }
Esempio n. 8
0
 function MyController($aName)
 {
     MyController::__construct($aName);
 }