You are here

public function AcceptHeaderItem::getValue in Zircon Profile 8.0

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

Returns the item value.

Return value

string

File

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

Class

AcceptHeaderItem
Represents an Accept-* header item.

Namespace

Symfony\Component\HttpFoundation

Code

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