You are here

public function AbstractEntry::setEntryKey in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php \Zend\Feed\Reader\Extension\AbstractEntry::setEntryKey()

Set the entry key

Parameters

string $entryKey:

Return value

AbstractEntry

File

vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php, line 92

Class

AbstractEntry

Namespace

Zend\Feed\Reader\Extension

Code

public function setEntryKey($entryKey) {
  $this->entryKey = $entryKey;
  return $this;
}