|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilDataCollectionField. More...
Inheritance diagram for ilDataCollectionInputException:
Collaboration diagram for ilDataCollectionInputException:Public Member Functions | |
| __construct ($exception_type) | |
| getExceptionType () | |
| __toString () | |
Public Member Functions inherited from ilException | |
| __construct ($a_message, $a_code=0) | |
| A message isn't optional as in build in class Exception. More... | |
Data Fields | |
| const | TYPE_EXCEPTION = 0 |
| const | LENGTH_EXCEPTION = 1 |
| const | REGEX_EXCEPTION = 2 |
| const | UNIQUE_EXCEPTION = 3 |
| const | NOT_URL = 4 |
| const | NOT_IMAGE = 5 |
Protected Attributes | |
| $exception_type | |
Class ilDataCollectionField.
Definition at line 17 of file class.ilDataCollectionInputException.php.
| ilDataCollectionInputException::__construct | ( | $exception_type | ) |
| string | $exception_type |
Definition at line 34 of file class.ilDataCollectionInputException.php.
References $exception_type.
| ilDataCollectionInputException::__toString | ( | ) |
Definition at line 51 of file class.ilDataCollectionInputException.php.
References $lng, LENGTH_EXCEPTION, NOT_IMAGE, NOT_URL, REGEX_EXCEPTION, TYPE_EXCEPTION, and UNIQUE_EXCEPTION.
| ilDataCollectionInputException::getExceptionType | ( | ) |
Definition at line 43 of file class.ilDataCollectionInputException.php.
References $exception_type.
|
protected |
Definition at line 28 of file class.ilDataCollectionInputException.php.
Referenced by __construct(), and getExceptionType().
| const ilDataCollectionInputException::LENGTH_EXCEPTION = 1 |
Definition at line 20 of file class.ilDataCollectionInputException.php.
Referenced by __toString(), and ilDataCollectionField\checkValidity().
| const ilDataCollectionInputException::NOT_IMAGE = 5 |
Definition at line 24 of file class.ilDataCollectionInputException.php.
Referenced by __toString().
| const ilDataCollectionInputException::NOT_URL = 4 |
Definition at line 23 of file class.ilDataCollectionInputException.php.
Referenced by __toString(), and ilDataCollectionField\checkValidity().
| const ilDataCollectionInputException::REGEX_EXCEPTION = 2 |
Definition at line 21 of file class.ilDataCollectionInputException.php.
Referenced by __toString(), and ilDataCollectionField\checkValidity().
| const ilDataCollectionInputException::TYPE_EXCEPTION = 0 |
Definition at line 19 of file class.ilDataCollectionInputException.php.
Referenced by __toString(), and ilDataCollectionField\checkValidity().
| const ilDataCollectionInputException::UNIQUE_EXCEPTION = 3 |
Definition at line 22 of file class.ilDataCollectionInputException.php.
Referenced by __toString(), and ilDataCollectionField\checkValidity().