function __construct($executeAnonymousBlock, $logCategory, $logCategoryLevel)
 {
     parent::__construct();
     $this->executeAnonymousBlock = $executeAnonymousBlock;
     $this->logCategory = $logCategory;
     $this->logCategoryLevel = $logCategoryLevel;
 }
 function __construct($queryRequest, $queryLocator = null)
 {
     parent::__construct();
     $this->queryRequest = $queryRequest;
     $this->queryLocator = $queryLocator;
 }
 /**
  * @param $c RestExplorerController
  */
 function __construct($c)
 {
     parent::__construct();
     $this->c = $c;
 }