initialize() 공개 메소드

Initialize the template manager.
public initialize ( )
예제 #1
0
 /**
  * Initialize the template manager.
  */
 function initialize()
 {
     // Add uncompilable styles
     $this->addStyleSheet($this->request->getBaseUrl() . '/styles/lib.css', STYLE_SEQUENCE_CORE);
     parent::initialize();
 }