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);
 }