public function Deleted::setComment in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Writer/Deleted.php \Zend\Feed\Writer\Deleted::setComment()
Parameters
string $comment:
Return value
File
- vendor/
zendframework/ zend-feed/ src/ Writer/ Deleted.php, line 220
Class
Namespace
Zend\Feed\WriterCode
public function setComment($comment) {
$this->data['comment'] = $comment;
return $this;
}