Builder::__construct( TECEventsCustom_TablesV1ModelsModel $model )
Builder constructor.
Contents
Parameters
- $model
-
(TECEventsCustom_TablesV1ModelsModel) (Required) The model using this builder.
Source
File: src/Events/Custom_Tables/V1/Models/Builder.php
public function __construct( Model $model ) {
$this->model = $model;
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |