setup($array);*/ } public function render() { try { // } catch (Exception $error) { throw $error; } //$this->c->render(); } // Own functions public function getDashletsInstances() { try { // } catch (Exception $error) { throw $error; } } public function getDashletsInstancesQuantity() { try { // } catch (Exception $error) { throw $error; } } public function saveDashletInstance($data) { try { // } catch (Exception $error) { throw $error; } } public function deleteDashletInstance($dasInsUid) { try { // } catch (Exception $error) { throw $error; } } public function getDashletsInstancesForUser($userUid) { try { // } catch (Exception $error) { throw $error; } } }