コード例 #1
0
ファイル: BaseModel.php プロジェクト: hmphu/fortnox
 /**
  * Convert to array
  */
 public function toArray()
 {
     return Util::convertObjectToArray($this, true);
 }