Открытые члены | |
decodeValue ($value) | |
Открытые члены унаследованные от XmlField | |
__construct ($name, array $options=array()) | |
getName () | |
isMultiple () | |
getSubParser () | |
Открытые статические члены | |
static | parsePossibleLength ($possibleLength) |
Открытые статические члены унаследованные от XmlField | |
static | getClass () |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от XmlField | |
$name = '' | |
$multiple = false | |
$subParser = null | |
См. определение в файле possiblelengthfield.php строка 7
decodeValue | ( | $value | ) |
Modifier for the field value.
mixed | $value |
Переопределяет метод предка XmlField.
См. определение в файле possiblelengthfield.php строка 9
|
static |
Parses possible length field and returns corresponding array of possible lengths.
string | $possibleLength | Something like "3,5,7", or "[7-9]", or "6,[8-10]" |
См. определение в файле possiblelengthfield.php строка 19