Example #1
0
 public function before()
 {
     $this->category_id = 3;
     $this->title = 'Интервью';
     $this->uri = 'interviews';
     parent::before();
 }
Example #2
0
 public function before()
 {
     $this->category_id = 4;
     $this->title = 'Фонд "Быть добру"';
     $this->uri = 'fond';
     parent::before();
 }