Searched refs:maxIdLength (Results 1 – 1 of 1) sorted by last modified time
20 private $maxIdLength; variable in syntax_plugin_qna_block28 $this->maxIdLength = 30;130 if (utf8_strlen($identifier) > $this->maxIdLength) {131 $identifier = utf8_substr($identifier, 0, $this->maxIdLength);