li3_behaviors\data\model\Behavior::$_config

protected property

Holding the initialized configuration array of the behavior possibly merged from the $_defaults property and any configuration via the model's $_actsAs property.

Always at least holds the fully namespaced class name of the model this behavior is bound to.

Source

	protected $_config = [];