public function ExactValueToken::getValue in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php \Prophecy\Argument\Token\ExactValueToken::getValue()
Returns preset value against which token checks arguments.
Return value
mixed
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ExactValueToken.php, line 88
Class
- ExactValueToken
- Exact value token.
Namespace
Prophecy\Argument\TokenCode
public function getValue() {
return $this->value;
}