Newscoop\GimmeBundle\Entity\Client::getUsers PHP 메소드

getUsers() 공개 메소드

Get all Client users
public getUsers ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection
    public function getUsers()
    {
        return $this->users;
    }