PHP 클래스 Sonata\Exporter\Writer\XlsWriter

저자: Thomas Rabaix ([email protected])
상속: implements Sonata\Exporter\Writer\TypedWriterInterface
파일 보기 프로젝트 열기: sonata-project/exporter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$file resource
$filename string
$position integer
$showHeaders boolean

공개 메소드들

메소드 설명
__construct ( $filename, boolean $showHeaders = true )
close ( )
getDefaultMimeType ( )
getFormat ( )
open ( )
write ( array $data )

보호된 메소드들

메소드 설명
init ( $data ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( $filename, boolean $showHeaders = true )
$filename
$showHeaders boolean

close() 공개 메소드

public close ( )

getDefaultMimeType() 최종 공개 메소드

final public getDefaultMimeType ( )

getFormat() 최종 공개 메소드

final public getFormat ( )

init() 보호된 메소드

protected init ( $data ) : array
$data
리턴 array mixed

open() 공개 메소드

public open ( )

write() 공개 메소드

public write ( array $data )
$data array

프로퍼티 상세

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

protected resource $file
리턴 resource

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

protected string $filename
리턴 string

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

protected int $position
리턴 integer

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

protected bool $showHeaders
리턴 boolean