PHP Interface Bolt\Storage\Database\Schema\SchemaManagerInterface

Author: Gawain Lynch ([email protected])
Datei anzeigen Open project: bolt/bolt Interface Usage Examples

Public Methods

Method Description
isCheckRequired ( ) : boolean Check to see if we have past the time to re-check our schema.
isUpdateRequired ( ) : boolean Check to see if there is a mismatch in installed versus configured schemas.

Method Details

isCheckRequired() public method

Check to see if we have past the time to re-check our schema.
public isCheckRequired ( ) : boolean
return boolean

isUpdateRequired() public method

Check to see if there is a mismatch in installed versus configured schemas.
public isUpdateRequired ( ) : boolean
return boolean