class Rouge::Lexers::PHP
def initialize(opts={})
def initialize(opts={}) # if truthy, the lexer starts highlighting with php code # (no <?php required) @start_inline = opts.delete(:start_inline) @funcnamehighlighting = opts.delete(:funcnamehighlighting) { true } @disabledmodules = opts.delete(:disabledmodules) { [] } super(opts) end