type() public method

Sets the type clause of a query.
public type ( string $type ) : Query
$type string
return Query
コード例 #1
0
ファイル: Query.php プロジェクト: spartaksun/orientdb-query
 /**
  * {@inheritdoc}
  */
 public function type($type)
 {
     return $this->command->type($type);
 }