PHP 클래스 Box\Spout\Reader\Common\ReaderOptions

파일 보기 프로젝트 열기: box/spout

보호된 프로퍼티들

프로퍼티 타입 설명
$shouldFormatDates Whether date/time values should be returned as PHP objects or be formatted as strings
$shouldPreserveEmptyRows Whether empty rows should be returned or skipped

공개 메소드들

메소드 설명
setShouldFormatDates ( boolean $shouldFormatDates ) : ReaderOptions Sets whether date/time values should be returned as PHP objects or be formatted as strings.
setShouldPreserveEmptyRows ( boolean $shouldPreserveEmptyRows ) : ReaderOptions Sets whether empty rows should be returned or skipped.
shouldFormatDates ( ) : boolean
shouldPreserveEmptyRows ( ) : boolean

메소드 상세

setShouldFormatDates() 공개 메소드

Sets whether date/time values should be returned as PHP objects or be formatted as strings.
public setShouldFormatDates ( boolean $shouldFormatDates ) : ReaderOptions
$shouldFormatDates boolean
리턴 ReaderOptions

setShouldPreserveEmptyRows() 공개 메소드

Sets whether empty rows should be returned or skipped.
public setShouldPreserveEmptyRows ( boolean $shouldPreserveEmptyRows ) : ReaderOptions
$shouldPreserveEmptyRows boolean
리턴 ReaderOptions

shouldFormatDates() 공개 메소드

public shouldFormatDates ( ) : boolean
리턴 boolean Whether date/time values should be returned as PHP objects or be formatted as strings.

shouldPreserveEmptyRows() 공개 메소드

public shouldPreserveEmptyRows ( ) : boolean
리턴 boolean Whether empty rows should be returned or skipped.

프로퍼티 상세

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

Whether date/time values should be returned as PHP objects or be formatted as strings
protected $shouldFormatDates

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

Whether empty rows should be returned or skipped
protected $shouldPreserveEmptyRows