app\models\UserBanHistory::endTime PHP 메소드

endTime() 공개 메소드

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