PHP 클래스 Newscoop\Storage\StorageService

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$adapter

공개 메소드들

메소드 설명
__construct ( Zend_Cloud_StorageService_Adapter $adapter )
moveImage ( string $path ) : string Move given image into new location
moveThumbnail ( string $path ) : string Move given thumbnail into new location

비공개 메소드들

메소드 설명
moveFile ( string $path, string $root ) : string Move file in given path to storage starting at root

메소드 상세

__construct() 공개 메소드

public __construct ( Zend_Cloud_StorageService_Adapter $adapter )
$adapter Zend_Cloud_StorageService_Adapter

moveImage() 공개 메소드

Move given image into new location
public moveImage ( string $path ) : string
$path string
리턴 string

moveThumbnail() 공개 메소드

Move given thumbnail into new location
public moveThumbnail ( string $path ) : string
$path string
리턴 string

프로퍼티 상세

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

protected $adapter