PHP Класс InfyOm\Generator\Commands\Publish\PublishBaseCommand

Наследование: extends InfyOm\Generator\Commands\BaseCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
getOptions ( ) : array Get the console command options.
handle ( )
publishDirectory ( $sourceDir, $destinationDir, $dirName, boolean $force = false ) : boolean | void
publishFile ( $sourceFile, $destinationFile, $fileName )

Защищенные методы

Метод Описание
getArguments ( ) : array Get the console command arguments.

Описание методов

getArguments() защищенный метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() публичный метод

Get the console command options.
public getOptions ( ) : array
Результат array

handle() публичный метод

public handle ( )

publishDirectory() публичный метод

public publishDirectory ( $sourceDir, $destinationDir, $dirName, boolean $force = false ) : boolean | void
$sourceDir
$destinationDir
$dirName
$force boolean
Результат boolean | void

publishFile() публичный метод

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