예제 #1
0
파일: API.php 프로젝트: steveh/xero-php
 /**
  * Add a model representation to the api
  *
  * @param Model $model
  */
 public function addModel(Model $model)
 {
     $model->setAPI($this);
     $this->models[] = $model;
 }