LLMS_Abstract_Processor::init()

Initializer


Description Description

Acts as a constructor that extending processors should implement at the very least should populate the $this->actions array.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.processor.php

	abstract protected function init();


Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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