Horde_ElasticSearch_Type::__construct PHP Method

__construct() public method

public __construct ( $type, Horde_ElasticSearch_Index $index )
$index Horde_ElasticSearch_Index
    public function __construct($type, Horde_ElasticSearch_Index $index)
    {
        $this->_type = $type;
        $this->_index = $index;
    }