TRUE, 'right' => TRUE, 'right_content' => '', 'container' => TRUE, 'notices' => TRUE ]; protected static function GetParam($name = NULL) { if (isset(self::$options[$name])) { return self::$options[$name]; } return NULL; } public static function SetParam($name, $value) { self::$options[$name] = $value; } }