Helper\Cron\StopExpireUser::getStep PHP Method

getStep() public method

public getStep ( )
    public function getStep()
    {
        return time() + self::STEP;
    }
StopExpireUser