You are here

public function ArrayEntryToken::getValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php \Prophecy\Argument\Token\ArrayEntryToken::getValue()

Returns value

Return value

TokenInterface

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php, line 105

Class

ArrayEntryToken
Array entry token.

Namespace

Prophecy\Argument\Token

Code

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