You are here

public function StringContainsToken::getValue in Zircon Profile 8

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

Returns preset value against which token checks arguments.

Return value

mixed

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php, line 43

Class

StringContainsToken
String contains token.

Namespace

Prophecy\Argument\Token

Code

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