Cake\ElasticSearch\Marshaller::__construct PHP Method

__construct() public method

Constructor
public __construct ( Type $type )
$type Type The type instance this marshaller is for.
    public function __construct(Type $type)
    {
        $this->type = $type;
    }