PHP Class ManaPHP\Cli\Controllers\ModelController

Inheritance: extends ManaPHP\Cli\Controller
Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
defaultCommand ( )

Protected Methods

Method Description
_getByColumns ( array $table ) : array
_getColumns ( string $table ) : array
_getCurrentModule ( ) : false | string
_getTables ( ) : array

Method Details

_getByColumns() protected method

protected _getByColumns ( array $table ) : array
$table array
return array

_getColumns() protected method

protected _getColumns ( string $table ) : array
$table string
return array

_getCurrentModule() protected method

protected _getCurrentModule ( ) : false | string
return false | string

_getTables() protected method

protected _getTables ( ) : array
return array

defaultCommand() public method

public defaultCommand ( )