nyroFwk  0.2
Public Member Functions | Protected Member Functions | Protected Attributes
cache_none Class Reference
Inheritance diagram for cache_none:
cache_abstract object

Public Member Functions

 get (&$value, array $prm)
 
 save ()
 
 start (array $prm)
 
 end ()
 
 delete (array $prm=array())
 
 exists (array $prm)
 
 setCfg (array $cfg)
 
 isEnabled ()
 
 getAttr ($name)
 
 setAttr ($name, $value)
 
 getCfg ()
 

Protected Member Functions

 beforeInit ()
 
 afterInit ()
 

Protected Attributes

 $cfg
 

Detailed Description

Cache disabled

Definition at line 10 of file none.class.php.

Member Function Documentation

◆ afterInit()

afterInit ( )
protectedinherited

Call just after the configuration initialisation

Definition at line 40 of file object.class.php.

◆ beforeInit()

beforeInit ( )
protectedinherited

Call just before the configuration initialisation

Definition at line 35 of file object.class.php.

◆ delete()

delete ( array  $prm = array())

Definition at line 29 of file none.class.php.

◆ end()

end ( )

Definition at line 24 of file none.class.php.

◆ exists()

exists ( array  $prm)

Definition at line 33 of file none.class.php.

◆ get()

get ( $value,
array  $prm 
)

Definition at line 12 of file none.class.php.

◆ getAttr()

getAttr (   $name)
inherited

Get an attribute

Parameters
string$nameAttribute name
Returns
mixed|null The attribute or null if not set

Definition at line 48 of file object.class.php.

◆ getCfg()

getCfg ( )
inherited

Get the configuration object

Returns
config

Definition at line 67 of file object.class.php.

◆ isEnabled()

isEnabled ( )
inherited

Check if the cache is enabled

Returns
bool

Definition at line 26 of file cache/abstract.class.php.

◆ save()

save ( )

Definition at line 16 of file none.class.php.

◆ setAttr()

setAttr (   $name,
  $value 
)
inherited

Set an attribute

Parameters
string$nameAttribute name
mixed$valueAttribute value

Definition at line 58 of file object.class.php.

◆ setCfg()

setCfg ( array  $cfg)
inherited

Set the default config

Parameters
array$cfg

Definition at line 17 of file cache/abstract.class.php.

◆ start()

start ( array  $prm)

Definition at line 20 of file none.class.php.

Field Documentation

◆ $cfg

$cfg
protectedinherited

Definition at line 17 of file object.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by doxygen 1.8.13