ElasticSearch\Transport\Base::setType PHP Method

setType() public method

Set what document types to act against
public setType ( string $type )
$type string
    public function setType($type)
    {
        $this->type = $type;
    }