PHP 클래스 App\Console\Commands\Trash

## 명령어 사용 trash [] [] ### 등록된 휴지통(waste) 의 요약 정보 전체 휴지통 요약 정보 php artisan trash php artisan trash summary 게시판 휴지통 정보 보기 php artisan trash summary board ### 등록된 휴지통(waste) 비우기 전체 휴지통 비우기 php artisan trash clean 게시판 휴지통 비우기 php artisan trash clean board
또한 보기: Xpressengine\Trash\TrashManager manual
저자: XE Team (developers) ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$description string
$name string

공개 메소드들

메소드 설명
__construct ( ) Create a new command instance.
fire ( ) : mixed Execute the console command.

보호된 메소드들

메소드 설명
bins ( array $names ) : array option 에 의해 지정된 휴지통의 class 를 반환
getArguments ( ) : array Get the console command arguments.

메소드 상세

__construct() 공개 메소드

Create a new command instance.
public __construct ( )

bins() 보호된 메소드

option 에 의해 지정된 휴지통의 class 를 반환
protected bins ( array $names ) : array
$names array recycle bin name
리턴 array

fire() 공개 메소드

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

getArguments() 보호된 메소드

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

프로퍼티 상세

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

protected string $description
리턴 string

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

protected string $name
리턴 string