You are here

public function AcceptHeaderItem::getAttributes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/AcceptHeaderItem.php \Symfony\Component\HttpFoundation\AcceptHeaderItem::getAttributes()

Returns all attributes.

Return value

array

File

vendor/symfony/http-foundation/AcceptHeaderItem.php, line 203

Class

AcceptHeaderItem
Represents an Accept-* header item.

Namespace

Symfony\Component\HttpFoundation

Code

public function getAttributes() {
  return $this->attributes;
}