|
| clientConfig () |
|
| formatDate ($value) |
|
| convertDate ($value) |
|
| formatTime ($value) |
|
| convertTime ($value) |
|
| formatDateTime ($value) |
|
| convertDateTime ($value) |
|
| formatInt ($value) |
|
| convertInt ($value) |
|
| formatNumber ($value, $decimals=0, $trim=null, $zero=null) |
|
| convertNumber ($value, $decimals=0) |
|
| formatSpellOut ($value, $locale=null, $format=null) |
|
| formatRoman ($value) |
|
| formatBytes ($value, $decimals=1) |
|
| convertBytes ($value) |
|
| __construct ($fred, $config=null) |
|
| __destruct () |
|
| clientConfig () |
| Public configuration. More...
|
|
| config ($key, $default=null) |
| Retrieve a config value. More...
|
|
| ping () |
| Ping function. More...
|
|
| filemtime ($filename) |
| Filemtime with session cache. More...
|
|
| component ($name) |
| Get a component (local or default). More...
|
|
| components (... $names) |
| Get multiple components in an array. More...
|
|
| propertyExists ($property) |
| Check if a property exists (public or published). More...
|
|
| constants ($prefix=null) |
| Return all constants. More...
|
|
| get ($key) |
| Get one or more properties. More...
|
|
| set ($key, $value=null) |
| Set one or more properties. More...
|
|
| __get ($key) |
|
| __set ($key, $value) |
|
|
| init () |
|
| init () |
|
| done () |
|
| getSession () |
|
| publish ($property, $visibility=self::READABLE) |
| Publish a property (or hide it again). More...
|
|
| configure ($config) |
| Configure the object. More...
|
|
| _get ($key) |
| Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
|
| _set ($key, $value) |
| Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
|
Definition at line 5 of file Local.php.
◆ clientConfig()
◆ convertBytes()
◆ convertDate()
◆ convertDateTime()
convertDateTime |
( |
|
$value | ) |
|
◆ convertInt()
◆ convertNumber()
convertNumber |
( |
|
$value, |
|
|
|
$decimals = 0 |
|
) |
| |
◆ convertTime()
◆ formatBytes()
formatBytes |
( |
|
$value, |
|
|
|
$decimals = 1 |
|
) |
| |
◆ formatDate()
◆ formatDateTime()
◆ formatInt()
◆ formatNumber()
formatNumber |
( |
|
$value, |
|
|
|
$decimals = 0 , |
|
|
|
$trim = null , |
|
|
|
$zero = null |
|
) |
| |
◆ formatRoman()
◆ formatSpellOut()
formatSpellOut |
( |
|
$value, |
|
|
|
$locale = null , |
|
|
|
$format = null |
|
) |
| |
◆ formatTime()
◆ init()
◆ $dateFormat
◆ $dateTimeFormat
$dateTimeFormat = '[date], [time]' |
◆ $decimalPoint
◆ $delimiter
◆ $thousandsSeparator
$thousandsSeparator = '.' |
◆ $timeFormat
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Local.php