|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| all () | |
| all () | |
| get ($name, $default=null) | |
| get ($name, $default=null) | |
| has ($name) | |
| has ($name) | |
| remove ($name) | |
| remove ($name) | |
| replace (array $attributes) | |
| replace (array $attributes) | |
| set ($name, $value) | |
| set ($name, $value) | |
Public Member Functions inherited from Symfony\Component\HttpFoundation\Session\SessionBagInterface | |
| clear () | |
| clear () | |
| getName () | |
| getName () | |
| getStorageKey () | |
| getStorageKey () | |
| initialize (array &$array) | |
| initialize (array &$array) | |
Attributes store.
Definition at line 21 of file lib/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::all | ( | ) |
Returns attributes.
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::all | ( | ) |
Returns attributes.
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::get | ( | $name, | |
$default = null |
|||
| ) |
Returns an attribute.
| string | $name | The attribute name |
| mixed | $default | The default value if not found |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::get | ( | $name, | |
$default = null |
|||
| ) |
Returns an attribute.
| string | $name | The attribute name |
| mixed | $default | The default value if not found |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::has | ( | $name | ) |
Checks if an attribute is defined.
| string | $name | The attribute name |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::has | ( | $name | ) |
Checks if an attribute is defined.
| string | $name | The attribute name |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::remove | ( | $name | ) |
Removes an attribute.
| string | $name |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::remove | ( | $name | ) |
Removes an attribute.
| string | $name |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::replace | ( | array | $attributes | ) |
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::replace | ( | array | $attributes | ) |
Sets attributes.
| array | $attributes | Attributes |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::set | ( | $name, | |
| $value | |||
| ) |
Sets an attribute.
| string | $name | |
| mixed | $value |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.
| Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::set | ( | $name, | |
| $value | |||
| ) |
Sets an attribute.
| string | $name | |
| mixed | $value |
Implemented in Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag, Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag, and Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag.