Overview

Namespaces

  • malkusch
    • bav
  • PHP

Classes

  • Agency
  • AutomaticUpdatePlan
  • BAV
  • Configuration
  • ConfigurationRegistry
  • DataBackendContainer
  • DefaultConfiguration
  • DoctrineBackendContainer
  • FileDataBackendContainer
  • LogUpdatePlan
  • PDODataBackendContainer
  • UpdatePlan
  • Overview
  • Namespace
  • Class
  • Tree

Class UpdatePlan

Abstract update plan.

Direct known subclasses

malkusch\bav\AutomaticUpdatePlan, malkusch\bav\LogUpdatePlan
Abstract
Namespace: malkusch\bav
License: GPL
Author: Markus Malkusch <markus@malkusch.de>
Link: Donations
Api
Located at UpdatePlan.php
Methods summary
abstract public
# perform( malkusch\bav\DataBackend $backend )

Perform the update process.

Perform the update process.

public boolean
# isOutdated( malkusch\bav\DataBackend $backend )

Returns true if the data is to old and needs an update

Returns true if the data is to old and needs an update

Returns

boolean

See

DataBackend::getLastUpdate()
API documentation generated by ApiGen 2.8.0