Cake\ElasticSearch\Marshaller::__construct PHP Метод

__construct() публичный Метод

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