Phalcon\Test\FunctionalTestCase::getContent PHP Méthode

getContent() public méthode

Convenience method to retrieve response content
public getContent ( ) : string
Résultat string
    public function getContent()
    {
        return $this->di->getShared('response')->getContent();
    }