Example #1
0
File: Task.php Project: hihus/newpi
 protected function _begin()
 {
     parent::_begin();
 }
Example #2
0
File: Api.php Project: hihus/newpi
 protected function _begin()
 {
     parent::_begin();
     $this->_initHttp();
 }