PHP Interface Bolt\Storage\Database\Schema\SchemaManagerInterface

Author: Gawain Lynch ([email protected])
Afficher le fichier Open project: bolt/bolt Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

isUpdateRequired() public méthode

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