Newscoop\Services\ListUserService::getRandomList PHP 메소드

getRandomList() 공개 메소드

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