Manual:ApiMain.php/hu

Category:Outdated pages/hu Category:MediaWiki code/hu#ApiMain.php

Az ApiMain a külső és belső feldolgozáshoz is használt API-osztály. When executed, it will create the requested formatter object, instantiate and execute an object associated with the needed action, and use formatter to print results. In case of an exception, an error message will be printed using the same formatter. To call the API programmatically for testing, run it using the FauxRequest object, in which case any internal exceptions will not be handled but passed up to the caller. After successful execution, use getResult() for the resulting data.

Függvények

getResult()

getResult() gets the ApiResult object associated with the current request.

Lásd még

Category:MediaWiki code/hu Category:Outdated pages/hu