Esempio n. 1
0
 /**
  */
 public function configure()
 {
     // RUN PARENT FIRST!
     parent::configure();
     // css title class
     if ($this->config()->contains('post_type')) {
         $this->post_type = (string) $this->config('post_type');
     }
 }
Esempio n. 2
0
 /**
  */
 public function configure()
 {
     // RUN PARENT FIRST!
     parent::configure();
     // menu items
     if ($this->config()->contains('menu_items')) {
         $this->menu_items = $this->config('menu_items');
     }
 }