Elastica\Cluster::getInfo PHP Method

getInfo() public method

Returns the cluster information (not implemented yet).
public getInfo ( array $args )
$args array Additional arguments
    public function getInfo(array $args)
    {
        throw new NotImplementedException('not implemented yet');
    }