예제 #1
0
파일: User.php 프로젝트: jcomack/OnApp
 function load($id = null)
 {
     $result = parent::load($id);
     $this->initFields($this->getAPIVersion());
     $this->parseAdditionalFields();
     return $result;
 }
예제 #2
0
파일: Advanced.php 프로젝트: jcomack/OnApp
 function load($id = null)
 {
     $return = parent::load($id);
     $this->_id = $id;
     return $return;
 }