PHP Класс Arkade_S3_Model_Core_File_Storage_S3, magento-s3

Наследование: extends Mage_Core_Model_File_Storage_Abstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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