コード例 #1
0
ファイル: Document.php プロジェクト: woohoolabs/yang
 /**
  * @param string $type
  * @param string $id
  * @return bool
  */
 public function hasIncludedResource($type, $id)
 {
     return $this->resources->hasIncludedResource($type, $id);
 }