PHP Class InfyOm\Generator\Commands\Publish\PublishBaseCommand

Inheritance: extends InfyOm\Generator\Commands\BaseCommand
Afficher le fichier Open project: infyomlabs/laravel-generator

Méthodes publiques

Méthode Description
getOptions ( ) : array Get the console command options.
handle ( )
publishDirectory ( $sourceDir, $destinationDir, $dirName, boolean $force = false ) : boolean | void
publishFile ( $sourceFile, $destinationFile, $fileName )

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() public méthode

Get the console command options.
public getOptions ( ) : array
Résultat array

handle() public méthode

public handle ( )

publishDirectory() public méthode

public publishDirectory ( $sourceDir, $destinationDir, $dirName, boolean $force = false ) : boolean | void
$sourceDir
$destinationDir
$dirName
$force boolean
Résultat boolean | void

publishFile() public méthode

public publishFile ( $sourceFile, $destinationFile, $fileName )