Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface Interface Reference
Inheritance diagram for Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface:
Symfony\Component\HttpFoundation\Session\SessionBagInterface Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag

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)
 

Detailed Description

Member Function Documentation

◆ all() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::all ( )

◆ all() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::all ( )

◆ get() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::get (   $name,
  $default = null 
)

◆ get() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::get (   $name,
  $default = null 
)

◆ has() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::has (   $name)

◆ has() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::has (   $name)

◆ remove() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::remove (   $name)

◆ remove() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::remove (   $name)

◆ replace() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::replace ( array  $attributes)

◆ replace() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::replace ( array  $attributes)

◆ set() [1/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::set (   $name,
  $value 
)

◆ set() [2/2]

Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::set (   $name,
  $value 
)

The documentation for this interface was generated from the following file: