mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 21:34:42 +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.
|
||||
* 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
|
||||
* '<eventPrefix>FunctionCall' event.
|
||||
* @todo Create some unit tests
|
||||
|
Loading…
Reference in New Issue
Block a user