PHP Класс Box\Spout\Reader\Common\ReaderOptions

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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