PHPLights/Documentation/liblights/LsStorage

From Linuxnetworks
< PHPLights‎ | Documentation‎ | liblights
Revision as of 16:04, 7 October 2007 by Nose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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