public function FeedsHTTPCacheItem::setCid in Feeds 7.2
Sets cache ID.
Parameters
string $cid: The cache ID.
1 call to FeedsHTTPCacheItem::setCid()
- FeedsHTTPCacheItem::__construct in includes/
FeedsHTTPCacheItem.inc - FeedsHTTPCacheItem object constructor.
File
- includes/
FeedsHTTPCacheItem.inc, line 83 - Contains FeedsHTTPCacheItem class.
Class
- FeedsHTTPCacheItem
- Class of a cached item.
Code
public function setCid($cid) {
$this->cid = $cid;
}