PHPLights/Documentation/liblights/LsStorage
From Linuxnetworks
< PHPLights | Documentation | liblights
Contents
Synopsis
abstract class LsStorage
{
const Alpha = '<regex>';
const AlphaUTF8 = '<regex>';
const ANum = '<regex>';
const ANumUTF8 = '<regex>';
const Any = '<regex>';
const Decimal = '<regex>';
const EMailAddr = '<regex>';
const Float = '<regex>';
const Int = '<regex>';
const Path = '<regex>';
const Url = '<regex>';
protected function delEntry( &$path, &$val )
protected function getEntry( &$path, &$val, &$default )
protected function hasEntry( &$path, &$val )
protected function setEntry( &$path, &$val, &$value )
}
Description
Protected functions
delEntry()
protected function delEntry( &$path, &$val )
getEntry()
protected function getEntry( &$path, &$val, &$default )
hasEntry()
protected function hasEntry( &$path, &$val )
setEntry()
protected function setEntry( &$path, &$val, &$value )
Back to Overview