PHP 인터페이스 Bolt\Storage\Database\Schema\SchemaManagerInterface

저자: Gawain Lynch ([email protected])
파일 보기 프로젝트 열기: bolt/bolt 0 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

isCheckRequired() 공개 메소드

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

isUpdateRequired() 공개 메소드

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