PHP Class ManaPHP\Cli\Controllers\ModelController

Inheritance: extends ManaPHP\Cli\Controller
Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
defaultCommand ( )

Méthodes protégées

Méthode Description
_getByColumns ( array $table ) : array
_getColumns ( string $table ) : array
_getCurrentModule ( ) : false | string
_getTables ( ) : array

Method Details

_getByColumns() protected méthode

protected _getByColumns ( array $table ) : array
$table array
Résultat array

_getColumns() protected méthode

protected _getColumns ( string $table ) : array
$table string
Résultat array

_getCurrentModule() protected méthode

protected _getCurrentModule ( ) : false | string
Résultat false | string

_getTables() protected méthode

protected _getTables ( ) : array
Résultat array

defaultCommand() public méthode

public defaultCommand ( )