====== RestRequest::__construct() ====== ---- ===== Definition ===== Instantiates a new instance of RestRequest class and does all necessary initializations. \\ After the initialization, the object is filled with all available information/data from the current request. void __construct ( ) ===== Example ===== $CurrentRequest = new RestRequest(); ~~NOTOC~~