business\TimeInterval::getStart PHP Méthode

getStart() public méthode

Gets the start time.
public getStart ( ) : Time
Résultat Time
    public function getStart()
    {
        return $this->start;
    }