Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NerdsAndCompany
Schematic
ConsoleCommands
ExportCommand
PHP Class NerdsAndCompany\Schematic\ConsoleCommands\ExportCommand
Sync Craft Setups.
See link:
http://www.nerds.company
Author:
Nerds & Company
Inheritance:
extends
Craft\BaseCommand
显示文件
Open project: itmundi/schematic
Public Methods
Method
Description
actionIndex
(
string
$file
= 'craft/config/schema.yml',
array
$exclude
= null ) :
integer
Exports the Craft datamodel.
Method Details
actionIndex()
public
method
Exports the Craft datamodel.
public
actionIndex
(
string
$file
= 'craft/config/schema.yml',
array
$exclude
= null ) :
integer
$file
string
file to write the schema to
$exclude
array
Data to not export
return
integer