From 427a1c0ccb861539fa29c70515df938a0a2ff7eb Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 26 Mar 2012 12:55:52 -0400 Subject: [PATCH] Minor formatting changes --- sys/windows/widgets/connection_sidebar.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys/windows/widgets/connection_sidebar.php b/sys/windows/widgets/connection_sidebar.php index 04d9841..812c83f 100644 --- a/sys/windows/widgets/connection_sidebar.php +++ b/sys/windows/widgets/connection_sidebar.php @@ -17,6 +17,11 @@ class Connection_Sidebar extends GtkVBox { protected $settings, $menu, $treeview, $model; private static $instance; + /** + * Return the current instance of the class + * + * @return Connection_Sidebar + */ public static function &get_instance() { if( ! isset(self::$instance)) @@ -28,6 +33,8 @@ class Connection_Sidebar extends GtkVBox { return self::$instance; } + // -------------------------------------------------------------------------- + /** * Constructor method */ @@ -69,6 +76,8 @@ class Connection_Sidebar extends GtkVBox { $this->pack_start($add_button, FALSE); } + // -------------------------------------------------------------------------- + /** * Renders the connection sidebar widget */