You are here

public function ArgumentsWildcard::getTokens in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Argument

Code

public function getTokens() {
  return $this->tokens;
}