TagLib::__construct PHP Method

__construct() public method

架构函数
public __construct ( )
    public function __construct()
    {
        $this->tagLib = strtolower(substr(get_class($this), 6));
        $this->tpl = Template::getInstance();
        //ThinkTemplate::getInstance();
        $this->_initialize();
        $this->load();
    }

Usage Example

コード例 #1
0
ファイル: WidgetTagLib.php プロジェクト: hofmeister/Pimple
 public function __construct()
 {
     parent::__construct(false);
 }
All Usage Examples Of TagLib::__construct