Example #1
0
 /**
  * Removes current flash messages for a given type
  *
  * @param string $type  Message category type.
  * @return UserSessionContainerMessage
  */
 public function remove($type)
 {
     parent::remove($type);
     return $this;
 }