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
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$description string
$name string

Méthodes publiques

Méthode Description
__construct ( ) Create a new command instance.
fire ( )

Method Details

__construct() public méthode

Create a new command instance.
public __construct ( )

fire() public méthode

public fire ( )

Property Details

$description protected_oe property

protected string $description
Résultat string

$name protected_oe property

protected string $name
Résultat string