Mark API methods in *Processor classes as deprecated

This commit is contained in:
Dmitriy Simushev 2014-01-29 12:36:41 +00:00
parent b5778a8be2
commit 7bb7a388b8

View File

@ -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