public function AcceptHeaderItem::getValue

Returns the item value.

Return value

string

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php, line 120

Class

AcceptHeaderItem
Represents an Accept-* header item.

Namespace

Symfony\Component\HttpFoundation

Code

public function getValue() {
  return $this->value;
}