예제 #1
0
 /**
  * Provide access to the tokens as this is not
  * allowed by the default StringInput and we require
  * it for the "alias" feature.
  */
 protected function setTokens(array $tokens)
 {
     $this->tokens = $tokens;
     parent::setTokens($tokens);
 }