Пример #1
0
 public function buildCondition(PlFilter $f)
 {
     $i_s = $f->addSizeFilter();
     return XDB::format($i_s . '.iid IS NULL');
 }