business\TimeInterval::getEnd PHP Méthode

getEnd() public méthode

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