修改架构函数为 构造方法

This commit is contained in:
hooklife
2017-01-10 15:48:42 +08:00
parent 214ed4976c
commit 5c4df0ce08
31 changed files with 31 additions and 31 deletions

View File

@@ -68,7 +68,7 @@ class TagLib
protected $comparison = [' nheq ' => ' !== ', ' heq ' => ' === ', ' neq ' => ' != ', ' eq ' => ' == ', ' egt ' => ' >= ', ' gt ' => ' > ', ' elt ' => ' <= ', ' lt ' => ' < '];
/**
* 构函数
* 构函数
* @access public
* @param \stdClass $template 模板引擎对象
*/