getTokens() 공개 메소드

Returns the tokens associated to the current query.
public getTokens ( ) : array
리턴 array
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getTokens()
 {
     return $this->command->getTokens();
 }