Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
App
Console
Commands
TrashClean
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
See link:
https://xpressengine.io
Author:
XE Developers (
[email protected]
)
Inheritance:
extends
Trash
Mostra 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_oe property
protected
string
$description
return
string
$name
protected_oe property
protected
string
$name
return
string