PHP Class App\Console\Commands\TrashClean

등록된 휴지통(recycle bin)을 비웁니다. ## 명령어 사용 ### 전체 휴지통 비우기 $ php artisan trash:clean ### 게시판 휴지통 비우기 $ php artisan trash:clean board ### 댓글, 게시판 비우기 $ php artisan trash:clean board,comment
See also: Xpressengine\Trash\TrashManager manual
Author: XE Developers ([email protected])
Inheritance: extends Trash
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$description string
$name string

Public Methods

Method Description
__construct ( ) Create a new command instance.
fire ( )

Method Details

__construct() public method

Create a new command instance.
public __construct ( )

fire() public method

public fire ( )

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string