Doctrine\OrientDB\Binding\HttpBindingInterface::cluster PHP Method

cluster() public method

Retrieves records from the given cluster in the database.
public cluster ( string $cluster, integer $limit = null, string $database = null ) : Doctrine\OrientDB\Binding\BindingResultInterface
$cluster string
$limit integer
$database string
return Doctrine\OrientDB\Binding\BindingResultInterface
    public function cluster($cluster, $limit = null, $database = null);