You are here

public function AttributeBagInterface::all in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::all()

Returns attributes.

Return value

array Attributes

1 method overrides AttributeBagInterface::all()
AttributeBag::all in vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
Returns attributes.

File

vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php, line 55

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function all();