Habari\FormContainer::errors_out PHP Метод

errors_out() публичный Метод

Output any validation errors on any controls in this container using the supplied format $this->validate must be called first!
public errors_out ( $format, $wrap = '%s' )
    public function errors_out($format, $wrap = '%s')
    {
        echo $this->errors_get($format, $wrap);
    }