예제 #1
0
파일: Task.php 프로젝트: hihus/newpi
 protected function _begin()
 {
     parent::_begin();
 }
예제 #2
0
파일: Api.php 프로젝트: hihus/newpi
 protected function _begin()
 {
     parent::_begin();
     $this->_initHttp();
 }