PHP 클래스 Backup\Controller\IndexController

상속: extends Gc\Module\Controller\AbstractController
파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
downloadContentAction ( ) : Zend\Stdlib\ResponseInterface Download files as gzip
downloadDatabaseAction ( ) : Zend\Stdlib\ResponseInterface Download database as gzip
downloadFilesAction ( ) : Zend\Stdlib\ResponseInterface Download files as gzip
indexAction ( ) : array Index action
uploadContentAction ( ) : Zend\Http\Response Download files as gzip

메소드 상세

downloadContentAction() 공개 메소드

Download files as gzip
public downloadContentAction ( ) : Zend\Stdlib\ResponseInterface
리턴 Zend\Stdlib\ResponseInterface

downloadDatabaseAction() 공개 메소드

Download database as gzip
public downloadDatabaseAction ( ) : Zend\Stdlib\ResponseInterface
리턴 Zend\Stdlib\ResponseInterface

downloadFilesAction() 공개 메소드

Download files as gzip
public downloadFilesAction ( ) : Zend\Stdlib\ResponseInterface
리턴 Zend\Stdlib\ResponseInterface

indexAction() 공개 메소드

Index action
public indexAction ( ) : array
리턴 array

uploadContentAction() 공개 메소드

Download files as gzip
public uploadContentAction ( ) : Zend\Http\Response
리턴 Zend\Http\Response