public function Message::getContent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/Message.php \Zend\Stdlib\Message::getContent()
Get message content
Return value
mixed
Overrides MessageInterface::getContent
1 call to Message::getContent()
- Message::toString in vendor/
zendframework/ zend-stdlib/ src/ Message.php
File
- vendor/
zendframework/ zend-stdlib/ src/ Message.php, line 97
Class
Namespace
Zend\StdlibCode
public function getContent() {
return $this->content;
}