コード例 #1
0
ファイル: Token.class.php プロジェクト: liuguanyu/Fl
 /**
  * 
  * 获取@的详细类型
  */
 public function getAtDetailType($result = '')
 {
     return $this->preTokenType = Fl_Css_Static::getAtDetailType($result, $this);
 }