mirror of
https://github.com/Mibew/mibew.git
synced 2025-05-10 22:23:06 +03:00
Mark API methods in *Processor classes as deprecated
This commit is contained in:
parent
b5778a8be2
commit
7bb7a388b8
@ -485,6 +485,9 @@ abstract class AbstractProcessor
|
|||||||
* All API methods names starts with 'api' prefix.
|
* All API methods names starts with 'api' prefix.
|
||||||
* It calls before '<eventPrefix>FunctionCall' event triggers.
|
* It calls before '<eventPrefix>FunctionCall' event triggers.
|
||||||
*
|
*
|
||||||
|
* WARNING: API methods defined in that way are DEPRECATED. Please use
|
||||||
|
* appropriate events instead.
|
||||||
|
*
|
||||||
* @param array &$func Function array equals to array, passed to the
|
* @param array &$func Function array equals to array, passed to the
|
||||||
* '<eventPrefix>FunctionCall' event.
|
* '<eventPrefix>FunctionCall' event.
|
||||||
* @todo Create some unit tests
|
* @todo Create some unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user