Builder::builder_instance()

Get an instance to this builder class.


Return

($this) An instance to this builder class.


Top ↑

Source

File: src/Events/Custom_Tables/V1/Models/Builder.php

	public function builder_instance() {
		return $this;
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.