示例#1
0
文件: Anchor.php 项目: imarc/anchor
 /**
  * Configures underscore as the word delimiter
  *
  * @return void
  */
 public static function setLegacyWordDelimiter()
 {
     self::$word_delimiter = '_';
 }