PHP 인터페이스 Inpsyde\MultilingualPress\Database\TableInstaller

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 0 사용 예제들

공개 메소드들

메소드 설명
install ( Inpsyde\MultilingualPress\Database\Table $table = null ) : boolean Installs the given table.
uninstall ( Inpsyde\MultilingualPress\Database\Table $table = null ) : boolean Uninstalls the given table.

메소드 상세

install() 공개 메소드

Installs the given table.
부터: 3.0.0
public install ( Inpsyde\MultilingualPress\Database\Table $table = null ) : boolean
$table Inpsyde\MultilingualPress\Database\Table Optional. Table object. Defaults to null.
리턴 boolean Whether or not the table was installed successfully.

uninstall() 공개 메소드

Uninstalls the given table.
부터: 3.0.0
public uninstall ( Inpsyde\MultilingualPress\Database\Table $table = null ) : boolean
$table Inpsyde\MultilingualPress\Database\Table Optional. Table object. Defaults to null.
리턴 boolean Whether or not the table was uninstalled successfully.