PHP 클래스 InfyOm\Generator\Commands\Publish\PublishBaseCommand

상속: extends InfyOm\Generator\Commands\BaseCommand
파일 보기 프로젝트 열기: infyomlabs/laravel-generator

공개 메소드들

메소드 설명
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 )