app\models\UserBanHistory::endTime PHP Method

endTime() public method

public endTime ( )
    public function endTime()
    {
        return $this->timestamp->addSeconds($this->period);
    }