Exemplo n.º 1
0
 public function init()
 {
     $this->content_type = Content::TYPE_POST;
     parent::init();
 }
Exemplo n.º 2
0
 public function init()
 {
     $this->content_type = 'page';
     parent::init();
 }