Elastica\Query\Type::__construct PHP Method

__construct() public method

Construct Type Query.
public __construct ( string $type = null )
$type string Type name
    public function __construct($type = null)
    {
        if ($type) {
            $this->setType($type);
        }
    }