Phalcon\Utils\PrettyExceptions::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( Phalcon\Mvc\Application $application = null )
$application Phalcon\Mvc\Application OPTIONAL To display a dump of the current state of the Phalcon application instance.
    public function __construct($application = null)
    {
        $this->_application =& $application;
    }