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