PEAR Manual
PrevNext

Calendar_Validator::fetch()

Calendar_Validator::fetch() -- Iterates over any validation errors

Synopsis

require_once 'Validator.php';

mixed Calendar_Validator::fetch ()

Description

This package is not documented yet.

Return value

returns either Calendar_Validation_Error or false

Throws

throws no exceptions thrown

Note

This function can not be called statically.


PrevHomeNext
constructor Calendar_Validator::Calendar_Validator()UpCalendar_Validator::isValid()