/** * Returns a list of status messages of the given type, with message and * params left untouched, like a sane version of getStatusArray * * @param string $type * * @return array */ public function getErrorsByType($type) { return $this->sv->getErrorsByType($type); }