PHP 클래스 App\Console\Commands\TrashClean

등록된 휴지통(recycle bin)을 비웁니다. ## 명령어 사용 ### 전체 휴지통 비우기 $ php artisan trash:clean ### 게시판 휴지통 비우기 $ php artisan trash:clean board ### 댓글, 게시판 비우기 $ php artisan trash:clean board,comment
또한 보기: Xpressengine\Trash\TrashManager manual
저자: XE Developers ([email protected])
상속: extends Trash
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( ) Create a new command instance.
fire ( )

메소드 상세

__construct() 공개 메소드

Create a new command instance.
public __construct ( )

fire() 공개 메소드

public fire ( )

프로퍼티 상세

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

protected string $description
리턴 string

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

protected string $name
리턴 string