PHP 클래스 AdminPageFramework_ExportOptions

상속: extends AdminPageFramework_CustomSubmitFields
파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$bIsDataSet
$sClassName
$sFileName
$sFormatType

공개 메소드들

메소드 설명
__construct ( $aPostExport, $sClassName )
doExport ( $vData, $sFormatType = null, array $aHeader = [] )
getFileName ( )
getFormat ( )
getTransientIfSet ( $vData )

비공개 메소드들

메소드 설명
_outputDataByType ( $vData, $sFormatType )
_outputHTTPHeader ( array $aHeader, $sKey = '' )

메소드 상세

__construct() 공개 메소드

public __construct ( $aPostExport, $sClassName )

doExport() 공개 메소드

public doExport ( $vData, $sFormatType = null, array $aHeader = [] )
$aHeader array

getFileName() 공개 메소드

public getFileName ( )

getFormat() 공개 메소드

public getFormat ( )

getTransientIfSet() 공개 메소드

public getTransientIfSet ( $vData )

프로퍼티 상세

$bIsDataSet 공개적으로 프로퍼티

public $bIsDataSet

$sClassName 공개적으로 프로퍼티

public $sClassName

$sFileName 공개적으로 프로퍼티

public $sFileName

$sFormatType 공개적으로 프로퍼티

public $sFormatType