Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Pop
Project
Install
Controllers
PHP Class Pop\Project\Install\Controllers
Author:
Nick Sagona, III (
[email protected]
)
Afficher le fichier
Open project: nicksagona/PopPHP
Class Usage Examples
Méthodes publiques
Méthode
Description
createControllers
(
array
$controllers
,
array
$base
= null,
string
$depth
= null,
Generator
$controllerCls
= null ) :
void
Create the controller class files
install
(
Config
$install
,
string
$installDir
) :
void
Install the controller class files
Method Details
createControllers()
public
static
méthode
Create the controller class files
public
static
createControllers
(
array
$controllers
,
array
$base
= null,
string
$depth
= null,
Generator
$controllerCls
= null ) :
void
$controllers
array
$base
array
$depth
string
$controllerCls
Pop\Code\Generator
Résultat
void
install()
public
static
méthode
Install the controller class files
public
static
install
(
Config
$install
,
string
$installDir
) :
void
$install
Pop\Config
$installDir
string
Résultat
void