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();
    }