into() 공개 메소드

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