WidgetInstances[$instance->getIdentifier()] = $instance; } /** Get all Widget instances * @return array array of widget instances */ public function get() { return $this->WidgetInstances; } } ?>