Свойство | Тип | Описание | |
---|---|---|---|
$attr | |||
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$originComposerStr | |||
$signature |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) | Create a new controller creator command instance. | |
fire ( ) : boolean | null | Execute the console command. |
Метод | Описание | |
---|---|---|
buildCode ( $stub ) : string | buildCode | |
clean ( ) : void | clean | |
confirmInfo ( ) : boolean | confirmInfo | |
copyThemeDirectory ( ) | ||
findComposer ( ) : string | findComposer | |
getPath ( ) : |
get theme directory | |
getPlugin ( ) : |
getTargetPlugin | |
getStub ( $filename ) : string | Get the stub file for the generator. | |
getThemeDescription ( $id, |
getThemeDescription | |
getThemeFile ( |
getThemeFile | |
getThemeId ( |
getThemeId | |
getThemeTitle ( ) : array | string | getThemeTitle | |
makeDirectory ( $path ) : void | makeDirectory | |
makeThemeClass ( ) | makeThemeClass | |
registerTheme ( ) : integer | registerTheme | |
replaceCode ( &$stub, $search, $replace ) | replaceCode | |
runComposerDump ( $path ) |
Метод | Описание | |
---|---|---|
attr ( $key ) : mixed | attr |
public __construct ( Illuminate\Filesystem\Filesystem $files ) | ||
$files | Illuminate\Filesystem\Filesystem |
protected getPath ( ) : |
||
Результат |
protected getPlugin ( ) : |
||
Результат |
protected getThemeDescription ( $id, |
||
$id | ||
$plugin | ||
Результат | array | string |
protected getThemeFile ( |
||
$plugin | ||
$path | ||
$themeClass | ||
Результат | array | string |
protected getThemeId ( |
||
$plugin | ||
$class | ||
Результат | array | string |
protected getThemeTitle ( ) : array | string | ||
Результат | array | string |
protected makeDirectory ( $path ) : void | ||
$path | ||
Результат | void |
protected registerTheme ( ) : integer | ||
Результат | integer |
protected replaceCode ( &$stub, $search, $replace ) | ||
$stub | ||
$search | ||
$replace |
protected string $description | ||
Результат | string |
protected Filesystem,Illuminate\Filesystem $files | ||
Результат | Illuminate\Filesystem\Filesystem |