TagLib::__construct PHP 메소드

__construct() 공개 메소드

架构函数
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
 public function __construct()
 {
     parent::__construct(false);
 }
All Usage Examples Of TagLib::__construct