CRM-16019 - Expose date/time format preferences to clientside
[civicrm-core.git] / CRM / Admin / Form / Navigation.php
index 9daada8947024789f7d3b1ad09ece9eb875e104c..15c1fdd169aaa348b8ba1cbd09eb19cb5875af9d 100644 (file)
 class CRM_Admin_Form_Navigation extends CRM_Admin_Form {
 
   /**
-   * The parent id of the navigation menu
+   * The parent id of the navigation menu.
    */
   protected $_currentParentID = NULL;
 
   /**
-   * Default values
+   * Default values.
    */
   protected $_defaults = array();
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -142,7 +142,7 @@ class CRM_Admin_Form_Navigation extends CRM_Admin_Form {
   }
 
   /**
-   * Process the form submission
+   * Process the form submission.
    *
    *
    * @return void