customNavElementGateway = $customNavElementGateway; } function getAllCustomNavElements($heskSettings) { return $this->customNavElementGateway->getAllCustomNavElements($heskSettings); } function deleteCustomNavElement() { } function saveCustomNavElement() { } function createCustomNavElement() { } }