コード例 #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');
 }