Builder::builder_instance()
Get an instance to this builder class.
Return
($this) An instance to this builder class.
Source
File: src/Events/Custom_Tables/V1/Models/Builder.php
public function builder_instance() {
return $this;
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |