PHP Class 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
See also: Xpressengine\Trash\TrashManager manual
Author: XE Team (developers) ([email protected])
Inheritance: extends Illuminate\Console\Command
Show file Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Property Type Description
$description string
$name string

Public Methods

Method Description
__construct ( ) Create a new command instance.
fire ( ) : mixed Execute the console command.

Protected Methods

Method Description
bins ( array $names ) : array option 에 의해 지정된 휴지통의 class 를 반환
getArguments ( ) : array Get the console command arguments.

Method Details

__construct() public method

Create a new command instance.
public __construct ( )

bins() protected method

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

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getArguments() protected method

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

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string