type() public method

Sets the type clause of a query.
public type ( string $type ) : Query
$type string
return Query
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function type($type)
 {
     return $this->command->type($type);
 }