예제 #1
0
 public function _resetConditions($conditions = null)
 {
     parent::_resetConditions($conditions);
     $this->getConditions($conditions)->setId('viewed_conditions')->setPrefix('viewed');
     return $this;
 }