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
Baum
Generators
ModelGenerator
PHP Class Baum\Generators\ModelGenerator
Inheritance:
extends
Generator
Afficher le fichier
Open project: gazsp/baum
Class Usage Examples
Méthodes publiques
Méthode
Description
create
(
string
$name
,
string
$path
) :
string
Create a new model at the given path.
Méthodes protégées
Méthode
Description
getPath
(
string
$name
,
string
$path
) :
string
Get the full path name to the migration.
Method Details
create()
public
méthode
Create a new model at the given path.
public
create
(
string
$name
,
string
$path
) :
string
$name
string
$path
string
Résultat
string
getPath()
protected
méthode
Get the full path name to the migration.
protected
getPath
(
string
$name
,
string
$path
) :
string
$name
string
$path
string
Résultat
string