public function ArgumentsWildcard::getTokens in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/ArgumentsWildcard.php \Prophecy\Argument\ArgumentsWildcard::getTokens()
Return value
array
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ ArgumentsWildcard.php, line 97
Class
- ArgumentsWildcard
- Arguments wildcarding.
Namespace
Prophecy\ArgumentCode
public function getTokens() {
return $this->tokens;
}