PHP 클래스 Arkade_S3_Model_Core_File_Storage_S3, magento-s3

상속: extends Mage_Core_Model_File_Storage_Abstract
파일 보기 프로젝트 열기: arkadedigital/magento-s3

보호된 프로퍼티들

프로퍼티 타입 설명
$_eventPrefix

공개 메소드들

메소드 설명
clear ( )
copyFile ( $oldFilePath, $newFilePath )
deleteFile ( $path )
exportDirectories ( $offset, $count = 100 )
exportFiles ( $offset, $count = 100 )
fileExists ( string $filePath ) : boolean Check whether a file exists in S3
getDirectoryFiles ( $directory )
getIdFieldName ( )
getMetadata ( ) : array An array of the HTTP headers that we intend send to S3 alongside the object.
getStorageName ( ) : string
getSubdirectories ( $path )
hasErrors ( ) : boolean
importDirectories ( array $dirs = [] )
importFiles ( array $files = [] ) Upload the given array of files to S3.
init ( )
loadByFilename ( $filePath )
renameFile ( $oldName, $newName )
saveFile ( string $filename ) Upload the specific file to S3.

보호된 메소드들

메소드 설명
_construct ( )
getHelper ( ) : Arkade_S3_Helper_Data

메소드 상세

_construct() 보호된 메소드

protected _construct ( )

clear() 공개 메소드

public clear ( )

copyFile() 공개 메소드

public copyFile ( $oldFilePath, $newFilePath )

deleteFile() 공개 메소드

public deleteFile ( $path )

exportDirectories() 공개 메소드

public exportDirectories ( $offset, $count = 100 )

exportFiles() 공개 메소드

public exportFiles ( $offset, $count = 100 )

fileExists() 공개 메소드

Check whether a file exists in S3
public fileExists ( string $filePath ) : boolean
$filePath string
리턴 boolean

getDirectoryFiles() 공개 메소드

public getDirectoryFiles ( $directory )

getHelper() 보호된 메소드

protected getHelper ( ) : Arkade_S3_Helper_Data
리턴 Arkade_S3_Helper_Data

getIdFieldName() 공개 메소드

public getIdFieldName ( )

getMetadata() 공개 메소드

An array of the HTTP headers that we intend send to S3 alongside the object.
public getMetadata ( ) : array
리턴 array

getStorageName() 공개 메소드

public getStorageName ( ) : string
리턴 string

getSubdirectories() 공개 메소드

public getSubdirectories ( $path )

hasErrors() 공개 메소드

public hasErrors ( ) : boolean
리턴 boolean

importDirectories() 공개 메소드

public importDirectories ( array $dirs = [] )
$dirs array

importFiles() 공개 메소드

Upload the given array of files to S3.
public importFiles ( array $files = [] )
$files array

init() 공개 메소드

public init ( )

loadByFilename() 공개 메소드

public loadByFilename ( $filePath )

renameFile() 공개 메소드

public renameFile ( $oldName, $newName )

saveFile() 공개 메소드

Upload the specific file to S3.
public saveFile ( string $filename )
$filename string

프로퍼티 상세

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

protected $_eventPrefix