You are here

protected function ArgvInput::setTokens in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Input/ArgvInput.php \Symfony\Component\Console\Input\ArgvInput::setTokens()
1 call to ArgvInput::setTokens()
StringInput::__construct in vendor/symfony/console/Input/StringInput.php
Constructor.

File

vendor/symfony/console/Input/ArgvInput.php, line 64

Class

ArgvInput
ArgvInput represents an input coming from the CLI arguments.

Namespace

Symfony\Component\Console\Input

Code

protected function setTokens(array $tokens) {
  $this->tokens = $tokens;
}