protected function AbstractLexer::getModifiers in Plug 7
Regex modifiers
Return value
string
1 call to AbstractLexer::getModifiers()
- AbstractLexer::scan in lib/
doctrine/ lexer/ lib/ Doctrine/ Common/ Lexer/ AbstractLexer.php - Scans the input string for tokens.
File
- lib/
doctrine/ lexer/ lib/ Doctrine/ Common/ Lexer/ AbstractLexer.php, line 300
Class
- AbstractLexer
- Base class for writing simple lexers, i.e. for creating small DSLs.
Namespace
Doctrine\Common\LexerCode
protected function getModifiers() {
return 'i';
}