Свойство | Type | Description | |
---|---|---|---|
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. |
Méthode | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new MigrationGenerator instance. | |
getFilesystem ( ) : Illuminate\Filesystem\Filesystem | Get the filesystem instance. | |
getStubPath ( ) : string | Get the path to the stubs. |
Méthode | Description | |
---|---|---|
classify ( string $input ) : string | Inflect to a class name. | |
getStub ( $name ) : void | Get the given stub by name. | |
parseStub ( string $stub, string $replacements = [] ) : string | Parse the provided stub and replace via the array given. | |
tableize ( string $input ) : string | Inflect to table name. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
Résultat | void |
public getFilesystem ( ) : Illuminate\Filesystem\Filesystem | ||
Résultat | Illuminate\Filesystem\Filesystem |
public getStubPath ( ) : string | ||
Résultat | string |