예제 #1
0
 public function __construct(array $config = array())
 {
     $defaults = array('classes' => array(), 'compile' => true, 'extract' => true, 'paths' => array());
     parent::__construct($config + $defaults);
     // Start the hierarchy lexer
     Lexer::_init(array('hierarchy' => $this));
 }