Пример #1
0
 public final function filterByRandomlySelect($num)
 {
     return $this->setEntityList(Kit::randomlySelect($this->getEntityList(), $num));
 }