XOOPS
2.6.0
|
Public Member Functions | |
clear () | |
get ($name, $default=null) | |
has ($name) | |
remove ($name) | |
set ($name, $value) | |
Definition at line 24 of file AttributeInterface.php.
Xoops\Core\AttributeInterface::clear | ( | ) |
Remove all attributes, return previous values.
Implemented in Xoops\Core\Session\Manager, and Xoops\Core\Registry.
Referenced by Xoops\Core\Session\Fingerprint\checkSessionPrint().
Xoops\Core\AttributeInterface::get | ( | $name, | |
$default = null |
|||
) |
Retrieve an attribute value.
string | $name | Name of the attribute |
mixed | $default | A default value returned if the requested attribute is not set. |
Implemented in Xoops\Core\Session\Manager, and Xoops\Core\Registry.
Referenced by Xoops\Core\Session\Fingerprint\checkSessionPrint().
Xoops\Core\AttributeInterface::has | ( | $name | ) |
Determine if an attribute exists.
string | $name | An attribute name. |
Implemented in Xoops\Core\Session\Manager, and Xoops\Core\Registry.
Xoops\Core\AttributeInterface::remove | ( | $name | ) |
Remove an attribute.
string | $name | An attribute name. |
Implemented in Xoops\Core\Session\Manager, and Xoops\Core\Registry.
Xoops\Core\AttributeInterface::set | ( | $name, | |
$value | |||
) |
Set an attribute value.
string | $name | Name of the attribute option |
mixed | $value | Value of the attribute option |
Implemented in Xoops\Core\Session\Manager, and Xoops\Core\Registry.
Referenced by Xoops\Core\Session\Fingerprint\checkSessionPrint().