Time2Configure

ReadingMode : int

Possible modes when accessing an entry value of a configuration.

Tags
author

Olivier Rodriguez (zuri)

see
Interpolation

Table of Contents

Cases

BaseValue  = 2
Retrieves either the interpolation base value, or the raw value itself if not an Interpolation.
Interpolate
Retrieves the interpolated value of an entry, or the raw value itself if not an Interpolation.
RawValue  = 1
Retrieves the stored raw value of an entry.

Cases

Interpolate

Retrieves the interpolated value of an entry, or the raw value itself if not an Interpolation.

This is also the value of ReadingMode::Normal (phpdoc don't seems to want to document this constant for now).

RawValue

Retrieves the stored raw value of an entry.

BaseValue

Retrieves either the interpolation base value, or the raw value itself if not an Interpolation.


        
On this page

Search results