You are here

public function Message::getContent in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Message

Namespace

Zend\Stdlib

Code

public function getContent() {
  return $this->content;
}