public function AbstractEntry::setEntryKey in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php \Zend\Feed\Reader\Extension\AbstractEntry::setEntryKey()
Set the entry key
Parameters
string $entryKey:
Return value
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Extension/ AbstractEntry.php, line 92
Class
Namespace
Zend\Feed\Reader\ExtensionCode
public function setEntryKey($entryKey) {
$this->entryKey = $entryKey;
return $this;
}