PHP 클래스 Devise\Media\Categories\Manager

파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$CategoryPaths CategoryPaths
$Filesystem Devise\Media\Files\Filesystem

공개 메소드들

메소드 설명
__construct ( Filesystem $Filesystem, CategoryPaths $CategoryPaths ) Create a new category manager
destroyCategory ( $input ) : boolean Removes the category path
renameCategory ( $path, $newName ) Renames a category path
storeNewCategory ( $input ) : boolean Stores the category in the filesystem

메소드 상세

__construct() 공개 메소드

Create a new category manager
public __construct ( Filesystem $Filesystem, CategoryPaths $CategoryPaths )
$Filesystem Devise\Media\Files\Filesystem
$CategoryPaths CategoryPaths

destroyCategory() 공개 메소드

Removes the category path
public destroyCategory ( $input ) : boolean
$input
리턴 boolean

renameCategory() 공개 메소드

Renames a category path
public renameCategory ( $path, $newName )
$path
$newName

storeNewCategory() 공개 메소드

Stores the category in the filesystem
public storeNewCategory ( $input ) : boolean
$input
리턴 boolean

프로퍼티 상세

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

protected CategoryPaths,Devise\Media\Categories $CategoryPaths
리턴 CategoryPaths

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

protected Filesystem,Devise\Media\Files $Filesystem
리턴 Devise\Media\Files\Filesystem