PHP Class InfyOm\Generator\Commands\Publish\PublishBaseCommand

Inheritance: extends InfyOm\Generator\Commands\BaseCommand
Datei anzeigen Open project: infyomlabs/laravel-generator

Public Methods

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

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getOptions() public method

Get the console command options.
public getOptions ( ) : array
return array

handle() public method

public handle ( )

publishDirectory() public method

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

publishFile() public method

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