Phalcon\Test\FunctionalTestCase::getContent PHP Метод

getContent() публичный Метод

Convenience method to retrieve response content
public getContent ( ) : string
Результат string
    public function getContent()
    {
        return $this->di->getShared('response')->getContent();
    }