Example #1
0
 /**
  * Has current flash messages for a given type?
  *
  * @param string $type  Message category type.
  * @return boolean
  */
 public function has($type)
 {
     return parent::has($type);
 }