コード例 #1
0
ファイル: Relation.php プロジェクト: wpsinc/wps-php-sdk
 /**
  * Get the base resource
  *
  * @return string
  */
 protected function getRelatedBaseResource()
 {
     return $this->related->getBaseResource();
 }
コード例 #2
0
ファイル: RequestBuilder.php プロジェクト: wpsinc/wps-php-sdk
 protected function updateAttachmentsToModel($response)
 {
     $model = $this->initModelFromRelation($this->postResource);
     $this->model->setAttribute($this->postResource, $this->getCollectionFromResponse($response, $model));
 }