LDLMS_Factory::add_instance( string $model = '', integer $key = null, mixed $args )

Add Model instance.


Description Description


Parameters Parameters

$model

(Optional) Class name to add.

Default value: ''

$key

(Optional) Unique ID for instance.

Default value: null

$args

(Required) Args passed to class constructor.


Top ↑

Source Source

File: includes/classes/class-ldlms-factory.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.