PHP 클래스 ManaPHP\Cli\Controllers\ModelController

상속: extends ManaPHP\Cli\Controller
파일 보기 프로젝트 열기: manaphp/manaphp

공개 메소드들

메소드 설명
defaultCommand ( )

보호된 메소드들

메소드 설명
_getByColumns ( array $table ) : array
_getColumns ( string $table ) : array
_getCurrentModule ( ) : false | string
_getTables ( ) : array

메소드 상세

_getByColumns() 보호된 메소드

protected _getByColumns ( array $table ) : array
$table array
리턴 array

_getColumns() 보호된 메소드

protected _getColumns ( string $table ) : array
$table string
리턴 array

_getCurrentModule() 보호된 메소드

protected _getCurrentModule ( ) : false | string
리턴 false | string

_getTables() 보호된 메소드

protected _getTables ( ) : array
리턴 array

defaultCommand() 공개 메소드

public defaultCommand ( )