Example #1
0
 /**
  * Constructor.
  *
  * @since 150422 Rewrite.
  *
  * @param string $menu_page Menu page.
  */
 public function __construct($menu_page = '')
 {
     parent::__construct();
     if ($menu_page) {
         switch ($menu_page) {
             case 'options':
                 new Classes\MenuPageOptions();
                 break;
         }
     }
 }
Example #2
0
 /**
  * Class constructor.
  *
  * @since 150422 Rewrite.
  */
 public function __construct()
 {
     parent::__construct();
 }