Пример #1
0
 protected function fetchConditions()
 {
     parent::fetchConditions();
     $this->setCondition('type', $this->__type);
     return $this;
 }