into() public method

Inserts the INTO clause to a query.
public into ( string $target ) : Query
$target string
return Query
示例#1
0
 /**
  * {@inheritdoc}
  */
 public function into($target)
 {
     return $this->command->into($target);
 }