type() публичный Метод

Sets the type clause of a query.
public type ( string $type ) : Query
$type string
Результат Query
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function type($type)
 {
     return $this->command->type($type);
 }