Exemplo n.º 1
0
 /**
  * Return the type of the tokenizer
  *
  * @return string
  */
 public function type()
 {
     return Utilities::toSnakeCase(get_class($this));
 }
Exemplo n.º 2
0
 /**
  * Return the type of the analyzer
  *
  * @return string
  */
 public function type()
 {
     return Utilities::toSnakeCase('custom');
 }