Newscoop\Entity\Session::getStartTime PHP Method

getStartTime() public method

Get $start_time
public getStartTime ( ) : DateTime
return DateTime $start_time
    public function getStartTime()
    {
        return $this->start_time;
    }