Kézikönyv:ApiMain.php

This page is a translated version of the page Manual:ApiMain.php and the translation is 44% complete.

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