getTokens() public method

Returns the tokens associated to the current query.
public getTokens ( ) : array
return array
コード例 #1
0
ファイル: Query.php プロジェクト: spartaksun/orientdb-query
 /**
  * {@inheritdoc}
  */
 public function getTokens()
 {
     return $this->command->getTokens();
 }