to() 공개 메소드

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