init() public method

public init ( )
示例#1
0
 function init()
 {
     parent::init();
     $this->template->set('contenttype', 'text/plain');
 }