Newscoop\Services\ListUserService::getRandomList PHP Méthode

getRandomList() public méthode

Get random list of users
public getRandomList ( integer $limit = 25 ) : array
$limit integer
Résultat array
    public function getRandomList($limit = 25)
    {
        return $this->getRepository()->getRandomList($limit);
    }