PHP 클래스 Barryvdh\Elfinder\Console\PublishCommand

저자: Barry vd. Heuvel ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: barryvdh/laravel-elfinder

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$files Illuminate\Filesystem\Filesystem
$name string The console command name.
$publishPath

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $files, string $publishPath ) Create a new Publish command
fire ( ) : void Execute the console command.

보호된 메소드들

메소드 설명
copyElfinderFiles ( $destination ) : boolean Copy specific directories from elFinder to their destination
getElfinderPath ( ) : string Find the elFinder path from the vendor dir.
getPath ( ) Get the path of the public folder, to merge with the elFinder folders.

메소드 상세

__construct() 공개 메소드

Create a new Publish command
public __construct ( Illuminate\Filesystem\Filesystem $files, string $publishPath )
$files Illuminate\Filesystem\Filesystem
$publishPath string

copyElfinderFiles() 보호된 메소드

Copy specific directories from elFinder to their destination
protected copyElfinderFiles ( $destination ) : boolean
$destination
리턴 boolean

fire() 공개 메소드

Execute the console command.
public fire ( ) : void
리턴 void

getElfinderPath() 보호된 메소드

Find the elFinder path from the vendor dir.
protected getElfinderPath ( ) : string
리턴 string

getPath() 보호된 메소드

Get the path of the public folder, to merge with the elFinder folders.
protected getPath ( )

프로퍼티 상세

$description 보호되어 있는 프로퍼티

The console command description.
protected string $description
리턴 string

$files 보호되어 있는 프로퍼티

protected Filesystem,Illuminate\Filesystem $files
리턴 Illuminate\Filesystem\Filesystem

$name 보호되어 있는 프로퍼티

The console command name.
protected string $name
리턴 string

$publishPath 보호되어 있는 프로퍼티

protected $publishPath