Inherits SMWDataItemException.
Public Member Functions | |
| __construct ($string, $maxlength) | |
| getMaxLength () | |
| Get the maximum length that the string is allowed to have. | |
Protected Attributes | |
| $m_maxlength | |
Definition at line 12 of file SMW_DI_String.php.
| SMWStringLengthException::__construct | ( | $ | string, | |
| $ | maxlength | |||
| ) |
Definition at line 15 of file SMW_DI_String.php.
| SMWStringLengthException::getMaxLength | ( | ) |
Get the maximum length that the string is allowed to have.
The length is counted with str_len, i.e. multibyte (UTF-8) strings are ignored.
Definition at line 24 of file SMW_DI_String.php.
SMWStringLengthException::$m_maxlength [protected] |
Definition at line 13 of file SMW_DI_String.php.
1.5.6