/** * @param string $type * @param string $id * @return bool */ public function hasIncludedResource($type, $id) { return $this->resources->hasIncludedResource($type, $id); }