Automattic\WooCommerce\Internal\ProductAttributesLookup
Filterer::init()
Class initialization, invoked by the DI container.
Method of the class: Filterer{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Filterer = new Filterer(); $Filterer->init( $data_store );
- $data_store(LookupDataStore) (required)
- The data store to use.
Filterer::init() Filterer::init code WC 9.6.1
final public function init( LookupDataStore $data_store ) { $this->data_store = $data_store; $this->lookup_table_name = $data_store->get_lookup_table_name(); }