PHP 인터페이스 Josegonzalez\Upload\File\Writer\WriterInterface

파일 보기 프로젝트 열기: josegonzalez/cakephp-upload

공개 메소드들

메소드 설명
__construct ( Table $table, Cake\ORM\Entity $entity, array $data, string $field, array $settings ) Constructor.
delete ( array $files ) : array Deletes a set of files to an output
write ( array $files ) : array Writes a set of files to an output

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Table $table, Cake\ORM\Entity $entity, array $data, string $field, array $settings )
$table Cake\ORM\Table the instance managing the entity
$entity Cake\ORM\Entity the entity to construct a path for.
$data array the data being submitted for a save
$field string the field for which data will be saved
$settings array the settings for the current field

delete() 공개 메소드

Deletes a set of files to an output
public delete ( array $files ) : array
$files array the files being written out
리턴 array array of results

write() 공개 메소드

Writes a set of files to an output
public write ( array $files ) : array
$files array the files being written out
리턴 array array of results