示例#1
0
文件: Type.php 项目: jcomack/Boing
 /**
  * Return the type of the tokenizer
  *
  * @return string
  */
 public function type()
 {
     return Utilities::toSnakeCase(get_class($this));
 }
示例#2
0
文件: Custom.php 项目: jcomack/Boing
 /**
  * Return the type of the analyzer
  *
  * @return string
  */
 public function type()
 {
     return Utilities::toSnakeCase('custom');
 }