예제 #1
0
파일: BaseModel.php 프로젝트: hmphu/fortnox
 /**
  * Convert to array
  */
 public function toArray()
 {
     return Util::convertObjectToArray($this, true);
 }