I would like to know if it's possible to get the total number of \Phalcon\Flash message per category Something like
$this->flash->totalError();
$this->flash->totalWarning();
$this->flash->totalNotice();
$this->flash->totalSuccess();
I would like to know if it's possible to get the total number of \Phalcon\Flash message per category Something like
$this->flash->totalError();
$this->flash->totalWarning();
$this->flash->totalNotice();
$this->flash->totalSuccess();