You are here

public function Deleted::setComment in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Writer/Deleted.php \Zend\Feed\Writer\Deleted::setComment()

Parameters

string $comment:

Return value

Deleted

File

vendor/zendframework/zend-feed/src/Writer/Deleted.php, line 220

Class

Deleted

Namespace

Zend\Feed\Writer

Code

public function setComment($comment) {
  $this->data['comment'] = $comment;
  return $this;
}