Пример #1
0
 public function resolveNewCollectionItems()
 {
     if (Yii::app()->gameHelper->getModalCollectionsEnabled() && GameCollection::shouldReceiveCollectionItem()) {
         return GameCollection::getARandomCollectionItemForUser(Yii::app()->user->userModel);
     }
 }