예제 #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');
 }