Newscoop\Entity\Session::getRequests PHP Method

getRequests() public method

Get $requests
public getRequests ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection Session requests
    public function getRequests()
    {
        return $this->requests;
    }