format 74
"default" // default
  revision 1
  modified_by 127 "neo"
  // class settings
  //class diagram settings
  draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
  //use case diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default class_drawing_mode default shadow default show_stereotype_properties default
  //sequence diagram settings
  show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
  //collaboration diagram settings
  show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
  //object diagram settings
   write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
  //component diagram settings
  package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //deployment diagram settings
  package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
  draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
  //state diagram settings
  package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
  show_activities default region_horizontally default drawing_language default show_stereotype_properties default
  //activity diagram settings
  package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
  show_infonote default drawing_language default show_stereotype_properties default
  
  classview 128255 "Class View"
    //class diagram settings
    draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
    //collaboration diagram settings
    show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
    //object diagram settings
     write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
    //sequence diagram settings
    show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
    //state diagram settings
    package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
    show_activities default region_horizontally default drawing_language default show_stereotype_properties default
    //class settings
    //activity diagram settings
    package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
    show_infonote default drawing_language default show_stereotype_properties default
    class 128255 "Iterator"
      abstract visibility package stereotype "interface"
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Internal PHP interface."
    end

    class 128383 "Countable"
      abstract visibility package stereotype "interface"
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Internal PHP interface."
    end

    class 128511 "Exception"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Internal PHP class."
    end

    class 128639 "Min_PDO"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 128255 "__result"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 128383 "_server_info"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 128511 "_affected_rows"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 128639 "_errno"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 128767 "_error"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 128255 "__construct"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 128383 "dsn"
	public explicit_return_type "void"
	nparams 4
	  param in name "$Hb" explicit_type "mixed"
	  param in name "$U" explicit_type "mixed"
	  param in name "$D" explicit_type "mixed"
	  param in name "$bc" explicit_type "string"
	    defaultvalue "'auth_error'"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 128511 "query"
	public explicit_return_type "void"
	nparams 2
	  param in name "$F" explicit_type "mixed"
	  param in name "$og" explicit_type "bool"
	    defaultvalue "false"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 128639 "multi_query"
	public explicit_return_type "void"
	nparams 1
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 128767 "store_result"
	public explicit_return_type "void"
	nparams 1
	  param in name "$G" explicit_type "mixed"
	    defaultvalue "null"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 128895 "next_result"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129023 "result"
	public explicit_return_type "void"
	nparams 2
	  param in name "$F" explicit_type "mixed"
	  param in name "$m" explicit_type "int"
	    defaultvalue "0"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 128767 "Min_PDOStatement"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 128895 "__offset"
	public explicit_type "int"
	init_value "0"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129023 "_num_rows"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 129151 "fetch_assoc"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129279 "fetch_row"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129407 "fetch_field"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 128895 "Min_SQLite"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 129151 "_extension"
	public explicit_type "string"
	init_value "\"SQLite3\""
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129279 "_server_info"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129407 "_affected_rows"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129535 "_errno"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129663 "_error"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 129791 "__link"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 129535 "Min_SQLite"
	public explicit_return_type "void"
	nparams 1
	  param in name "$mc" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129663 "query"
	public explicit_return_type "void"
	nparams 1
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129791 "quote"
	public explicit_return_type "void"
	nparams 1
	  param in name "$N" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 129919 "store_result"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130047 "result"
	public explicit_return_type "void"
	nparams 2
	  param in name "$F" explicit_type "mixed"
	  param in name "$m" explicit_type "int"
	    defaultvalue "0"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129023 "Min_Result"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 129919 "__result"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 130047 "__offset"
	public explicit_type "int"
	init_value "0"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 130175 "_num_rows"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 130175 "Min_Result"
	public explicit_return_type "void"
	nparams 1
	  param in name "$G" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130303 "fetch_assoc"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130431 "fetch_row"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130559 "fetch_field"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130687 "__desctruct"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129151 "Min_DB"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 128255 // <generalisation>
	relation 128255 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 128255 // <generalisation>
	  b parent class_ref 128895 // Min_SQLite
      end

      operation 130815 "Min_DB"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 130943 "select_db"
	public explicit_return_type "void"
	nparams 1
	  param in name "$mc" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131071 "multi_query"
	public explicit_return_type "void"
	nparams 1
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131199 "next_result"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129279 "Adminer"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 130303 "_operators"
	public explicit_type "mixed"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 131327 "name"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131455 "credentials"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131583 "permanentLogin"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131711 "database"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131839 "databases"
	public explicit_return_type "void"
	nparams 1
	  param in name "$pc" explicit_type "bool"
	    defaultvalue "true"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 131967 "queryTimeout"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132095 "headers"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132223 "head"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132351 "loginForm"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132479 "login"
	public explicit_return_type "void"
	nparams 2
	  param in name "$rd" explicit_type "mixed"
	  param in name "$D" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132607 "tableName"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Kf" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132735 "fieldName"
	public explicit_return_type "void"
	nparams 2
	  param in name "$m" explicit_type "mixed"
	  param in name "$ee" explicit_type "int"
	    defaultvalue "0"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132863 "selectLinks"
	public explicit_return_type "void"
	nparams 2
	  param in name "$Kf" explicit_type "mixed"
	  param in name "$M" explicit_type "string"
	    defaultvalue "\"\""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 132991 "foreignKeys"
	public explicit_return_type "void"
	nparams 1
	  param in name "$O" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133119 "backwardKeys"
	public explicit_return_type "void"
	nparams 2
	  param in name "$O" explicit_type "mixed"
	  param in name "$Jf" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133247 "backwardKeysPrint"
	public explicit_return_type "void"
	nparams 2
	  param in name "$Fa" explicit_type "mixed"
	  param in name "$I" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133375 "selectQuery"
	public explicit_return_type "void"
	nparams 1
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133503 "rowDescription"
	public explicit_return_type "void"
	nparams 1
	  param in name "$O" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133631 "rowDescriptions"
	public explicit_return_type "void"
	nparams 2
	  param in name "$J" explicit_type "mixed"
	  param in name "$rc" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133759 "selectLink"
	public explicit_return_type "void"
	nparams 2
	  param in name "$W" explicit_type "mixed"
	  param in name "$m" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 133887 "selectVal"
	public explicit_return_type "void"
	nparams 3
	  param in name "$W" explicit_type "mixed"
	  param in name "$z" explicit_type "mixed"
	  param in name "$m" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134015 "editVal"
	public explicit_return_type "void"
	nparams 2
	  param in name "$W" explicit_type "mixed"
	  param in name "$m" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134143 "selectColumnsPrint"
	public explicit_return_type "void"
	nparams 2
	  param in name "$K" explicit_type "mixed"
	  param in name "$f" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134271 "selectSearchPrint"
	public explicit_return_type "void"
	nparams 3
	  param in name "$Z" explicit_type "mixed"
	  param in name "$f" explicit_type "mixed"
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134399 "selectOrderPrint"
	public explicit_return_type "void"
	nparams 3
	  param in name "$ee" explicit_type "mixed"
	  param in name "$f" explicit_type "mixed"
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134527 "selectLimitPrint"
	public explicit_return_type "void"
	nparams 1
	  param in name "$y" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134655 "selectLengthPrint"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Vf" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134783 "selectActionPrint"
	public explicit_return_type "void"
	nparams 1
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 134911 "selectCommandPrint"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135039 "selectImportPrint"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135167 "selectEmailPrint"
	public explicit_return_type "void"
	nparams 2
	  param in name "$Ob" explicit_type "mixed"
	  param in name "$f" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135295 "selectColumnsProcess"
	public explicit_return_type "void"
	nparams 2
	  param in name "$f" explicit_type "mixed"
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135423 "selectSearchProcess"
	public explicit_return_type "void"
	nparams 2
	  param in name "$n" explicit_type "mixed"
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135551 "selectOrderProcess"
	public explicit_return_type "void"
	nparams 2
	  param in name "$n" explicit_type "mixed"
	  param in name "$u" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135679 "selectLimitProcess"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135807 "selectLengthProcess"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 135935 "selectEmailProcess"
	public explicit_return_type "void"
	nparams 2
	  param in name "$Z" explicit_type "mixed"
	  param in name "$rc" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136063 "selectQueryBuild"
	public explicit_return_type "void"
	nparams 6
	  param in name "$K" explicit_type "mixed"
	  param in name "$Z" explicit_type "mixed"
	  param in name "$Bc" explicit_type "mixed"
	  param in name "$ee" explicit_type "mixed"
	  param in name "$y" explicit_type "mixed"
	  param in name "$C" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136191 "messageQuery"
	public explicit_return_type "void"
	nparams 1
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136319 "editFunctions"
	public explicit_return_type "void"
	nparams 1
	  param in name "$m" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136447 "editInput"
	public explicit_return_type "void"
	nparams 4
	  param in name "$O" explicit_type "mixed"
	  param in name "$m" explicit_type "mixed"
	  param in name "$Aa" explicit_type "mixed"
	  param in name "$X" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136575 "processInput"
	public explicit_return_type "void"
	nparams 3
	  param in name "$m" explicit_type "mixed"
	  param in name "$X" explicit_type "mixed"
	  param in name "$p" explicit_type "string"
	    defaultvalue "\"\""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136703 "dumpOutput"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136831 "dumpFormat"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 136959 "dumpTable"
	public explicit_return_type "void"
	nparams 3
	  param in name "$O" explicit_type "mixed"
	  param in name "$Df" explicit_type "mixed"
	  param in name "$Xc" explicit_type "bool"
	    defaultvalue "false"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137087 "dumpData"
	public explicit_return_type "void"
	nparams 3
	  param in name "$O" explicit_type "mixed"
	  param in name "$Df" explicit_type "mixed"
	  param in name "$F" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137215 "dumpFilename"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Jc" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137343 "dumpHeaders"
	public explicit_return_type "void"
	nparams 2
	  param in name "$Jc" explicit_type "mixed"
	  param in name "$Id" explicit_type "bool"
	    defaultvalue "false"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137471 "homepage"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137599 "navigation"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Hd" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137727 "databasesPrint"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Hd" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 137855 "tablesPrint"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Q" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129407 "SystemContainer"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 130431 "_classes"
	public explicit_type "array"
	init_value "array('nette\\\\object'=>FALSE,'nette\\\\caching\\\\storages\\\\ijournal'=>'nette.cacheJournal','nette\\\\caching\\\\storages\\\\filejournal'=>'nette.cacheJournal','nette\\\\caching\\\\istorage'=>'cacheStorage','nette\\\\caching\\\\storages\\\\filestorage'=>'cacheStorage','nette\\\\http\\\\requestfactory'=>'nette.httpRequestFactory','nette\\\\http\\\\irequest'=>'httpRequest','nette\\\\http\\\\request'=>'httpRequest','nette\\\\http\\\\iresponse'=>'httpResponse','nette\\\\http\\\\response'=>'httpResponse','nette\\\\http\\\\context'=>'nette.httpContext','nette\\\\http\\\\session'=>'session','nette\\\\security\\\\iuserstorage'=>'nette.userStorage','nette\\\\http\\\\userstorage'=>'nette.userStorage','nette\\\\security\\\\user'=>'user','nette\\\\application\\\\application'=>'application','nette\\\\application\\\\ipresenterfactory'=>'nette.presenterFactory','nette\\\\application\\\\presenterfactory'=>'nette.presenterFactory','nette\\\\application\\\\irouter'=>'router','nette\\\\mail\\\\imailer'=>'nette.mailer','nette\\\\mail\\\\sendmailmailer'=>'nette.mailer','nette\\\\di\\\\nestedaccessor'=>'nette.database','pdo'=>'nette.database.default','nette\\\\database\\\\connection'=>'nette.database.default','common\\\\models\\\\basemodel'=>FALSE,'firewallmodule\\\\aclmodule\\\\models\\\\permissions'=>'permissions','firewallmodule\\\\aclmodule\\\\models\\\\resources'=>'resources','firewallmodule\\\\aclmodule\\\\models\\\\privileges'=>'privileges','firewallmodule\\\\models\\\\sshbasemodel'=>FALSE,'firewallmodule\\\\models\\\\firewalls'=>'firewalls','itreeviewnode'=>'firewall_groups','firewallmodule\\\\models\\\\firewallgroups'=>'firewall_groups','firewallmodule\\\\models\\\\firewallrules'=>'firewall_rules','firewallmodule\\\\models\\\\firewallinterfaces'=>'firewall_interfaces','firewallmodule\\\\aclmodule\\\\models\\\\roles'=>'roles','firewallmodule\\\\models\\\\loginhistory'=>'loginHistory','nette\\\\security\\\\iauthorizator'=>'authorizator','common\\\\models\\\\security\\\\acl'=>'authorizator','nette\\\\security\\\\iauthenticator'=>'authenticator','common\\\\models\\\\security\\\\authenticator'=>'authenticator','arrayaccess'=>'cache','nette\\\\caching\\\\cache'=>'cache','routerfactory'=>'routerFactory','common\\\\models\\\\security\\\\iauthmodel'=>'users','firewallmodule\\\\aclmodule\\\\models\\\\users'=>'users','firewallmodule\\\\models\\\\menu'=>'menu','nette\\\\freezableobject'=>'container','nette\\\\ifreezable'=>'container','nette\\\\di\\\\icontainer'=>'container','nette\\\\di\\\\container'=>'container',)"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 130559 "_meta"
	public explicit_type "array"
	init_value "array()"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 137983 "__construct"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138111 "createServiceApplication"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138239 "createServiceAuthenticator"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138367 "createServiceAuthorizator"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138495 "createServiceCache"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138623 "createServiceCacheStorage"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138751 "createServiceConstants"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 138879 "createServiceContainer"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139007 "createServiceDb"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139135 "createServiceFirewall_groups"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139263 "createServiceFirewall_interfaces"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139391 "createServiceFirewall_rules"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139519 "createServiceFirewalls"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139647 "createServiceHttpRequest"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139775 "createServiceHttpResponse"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 139903 "createServiceLoginHistory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140031 "createServiceMenu"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140159 "createServiceNette"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140287 "createNette__basicForm"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140415 "createServiceNette__basicFormFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140543 "createNette__cache"
	public explicit_return_type ""
	nparams 1
	  param in name "$namespace" explicit_type "mixed"
	    defaultvalue "NULL"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140671 "createServiceNette__cacheFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140799 "createServiceNette__cacheJournal"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 140927 "createServiceNette__database"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141055 "createServiceNette__database__default"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141183 "createServiceNette__database__defaultConnectionPanel"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141311 "createServiceNette__httpContext"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141439 "createServiceNette__httpRequestFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141567 "createNette__latte"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141695 "createServiceNette__latteFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141823 "createNette__mail"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 141951 "createServiceNette__mailFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142079 "createServiceNette__mailer"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142207 "createServiceNette__presenterFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142335 "createNette__template"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142463 "createServiceNette__templateCacheStorage"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142591 "createServiceNette__templateFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142719 "createServiceNette__userStorage"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142847 "createServicePermissions"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 142975 "createServicePhp"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143103 "createServicePrivileges"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143231 "createServiceResources"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143359 "createServiceRoles"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143487 "createServiceRouter"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143615 "createServiceRouterFactory"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143743 "createServiceSession"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143871 "createServiceUser"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 143999 "createServiceUsers"
	protected explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 144127 "initialize"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129535 "SystemContainer_nette_database"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
    end

    class 129663 "SystemContainer_nette"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
    end

    class 129791 "RouterFactory"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Router factory."
      operation 144255 "createRouter"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 129919 "UserPanel"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 130687 "_user"
	private explicit_type ""
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 130815 "_credentials"
	private explicit_type "array"
	init_value "array()"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 130943 "_userColumn"
	private explicit_type "string"
	init_value "'username'"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 144383 "__construct"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 144511 "getTab"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Renders HTML code for custom tab IDebugPanel"
      end

      operation 144639 "getPanel"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Renders HTML code for custom panel IDebugPanel"
      end

      operation 144767 "getId"
	public explicit_return_type "string"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "IDebugPanel"
      end

      operation 144895 "register"
	class_operation public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Registers panel to Debug bar"
      end

      operation 145023 "getUsername"
	public explicit_return_type ""
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Username from user->identity->data from column set via setNameColumn()"
      end

      operation 145151 "getData"
	private explicit_return_type "array"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "$user->identity->data"
      end

      operation 145279 "addCredentials"
	public explicit_return_type ""
	nparams 2
	  param in name "$username" explicit_type "string"
	  param in name "$password" explicit_type "string"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 145407 "setNameColumn"
	public explicit_return_type ""
	nparams 1
	  param in name "$column" explicit_type "string"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Sets which $user->identity->data column is supposed to be username"
      end

      operation 145535 "getCredentialsRadioData"
	public explicit_return_type "array"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Returns value => name arrray for filling radio list and add __guest Original array in $this->credentials is not used as this prevents sending passwords to the browser"
      end

      operation 145663 "createComponentLogin"
	public explicit_return_type ""
	nparams 1
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Sign in form component factory."
      end

      operation 145791 "onLoginSubmitted"
	public explicit_return_type "void"
	nparams 1
	  param in name "$form" explicit_type ""
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 130047 "ITreeViewNode"
      abstract visibility package stereotype "interface"
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "TreeView Control"
      operation 145919 "getChildNodes"
	public return_type class_ref 130047 // ITreeViewNode
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)};"
	
	
	comment "Return all avaible child Nodes"
      end

      operation 146047 "hasChildNodes"
	public explicit_return_type "bool"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)};"
	
	
	comment "Checks if current node has ChildNodes"
      end

      operation 146175 "getNodeCaption"
	public explicit_return_type "string"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)};"
	
	
      end
    end

    class 130175 "IExpandableTreeViewNode"
      abstract visibility package stereotype "interface"
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      operation 146303 "getNodeId"
	public explicit_return_type "int"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)};"
	
	
      end
    end

    class 130303 "TreeView"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      attribute 131071 "_useAjax"
	public explicit_type "bool"
	init_value "TRUE"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131199 "_hideRootNode"
	public explicit_type "bool"
	init_value "FALSE"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131327 "_treeViewNode"
	protected type class_ref 130047 // ITreeViewNode
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131455 "_onRenderNode"
	public explicit_type ""
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131583 "_name"
	public explicit_type "string"
	init_value "''"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131711 "_addButton"
	public explicit_type "mixed"
	init_value "FALSE"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131839 "_editButton"
	public explicit_type "mixed"
	init_value "FALSE"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      attribute 131967 "_removeButton"
	public explicit_type "mixed"
	init_value "FALSE"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 146431 "treeViewNode"
	public return_type class_ref 130047 // ITreeViewNode
	nparams 1
	  param in name "$tvn" explicit_type "mixed"
	    defaultvalue "NULL"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 146559 "createTemplate"
	public explicit_return_type "void"
	nparams 1
	  param in name "$class" explicit_type "mixed"
	    defaultvalue "NULL"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 146687 "renderNode"
	public explicit_return_type "void"
	nparams 1
	  param inout name "$node" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 146815 "loadTemplate"
	protected explicit_return_type "void"
	nparams 1
	  param inout name "$template" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 146943 "render"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 130431 "ExpandableTreeView"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      classrelation 128383 // <generalisation>
	relation 128383 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 128383 // <generalisation>
	  b parent class_ref 130303 // TreeView
      end

      attribute 132095 "_expandedNodes"
	public explicit_type "mixed"
	init_value "NULL"
	cpp_decl ""
	java_decl ""
	php_decl "  ${comment}${visibility}${const}${static}${var}${name}${value};
"
	python_decl ""
	idl_decl ""
      end

      operation 147071 "__construct"
	public explicit_return_type "void"
	nparams 2
	  param in name "$parent" explicit_type "mixed"
	  param in name "$name" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 147199 "treeViewNode"
	public explicit_return_type ""
	nparams 1
	  param in name "$tvn" explicit_type "mixed"
	    defaultvalue "NULL"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 147327 "loadTemplate"
	protected explicit_return_type "void"
	nparams 1
	  param inout name "$template" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 147455 "isNodeExpanded"
	public explicit_return_type "bool"
	nparams 1
	  param in name "$Node" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Checks if $Node is Expanded"
      end

      operation 147583 "expandNode"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Node" explicit_type "mixed"
	    defaultvalue "NULL"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Expands selected $Node"
      end

      operation 147711 "colapseNode"
	public explicit_return_type "void"
	nparams 1
	  param in name "$Node" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Colapse selected $Node"
      end

      operation 147839 "expandAll"
	public explicit_return_type "void"
	nparams 2
	  param in name "$rootNode" explicit_type "mixed"
	    defaultvalue "NULL"
	  param in name "$ClearNodes" explicit_type "mixed"
	    defaultvalue "TRUE"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Expands all nodes"
      end

      operation 147967 "colapseAll"
	public explicit_return_type "void"
	nparams 0
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
	comment "Colapse all nodes"
      end

      operation 148095 "handleExpandNode"
	public explicit_return_type "void"
	nparams 1
	  param in name "$id" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end

      operation 148223 "handleColapseNode"
	public explicit_return_type "void"
	nparams 1
	  param in name "$id" explicit_type "mixed"
	
	
	php_def "  ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)}
{
  ${body}}
"
	
	
      end
    end

    class 130559 "SSHException"
      visibility package 
      cpp_decl ""
      java_decl ""
      php_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} {
${members}}
"
      python_2_2 python_decl ""
      idl_decl ""
      explicit_switch_type ""
      
      comment "Description of SSHException"
      classrelation 128511 // <generalisation>
	relation 128511 ---|>
	  a public
	    php "${type}"
	    classrelation_ref 128511 // <generalisation>
	  b parent class_ref 128511 // Exception
      end
    end
  end

  package_ref 128383 // Common

  package_ref 128767 // FirewallModule

  package_ref 129535 // Grido

  package_ref 130431 // Navigation

  package_ref 130559 // Gridito

  package_ref 130687 // Nette

  package_ref 135423 // NiftyGrid

  package_ref 135807 // Kdyby

  package_ref 136191 // NetteModule

  package_ref 136319 // Tester

  componentview 128255 "Component View"
    //component diagram settings
    package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
    draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
    component 128255 "default"
      component 128383 "Common"
	component 128511 "Models"
	  component 128639 "Security"
	  end
	end
      end

      component 128767 "FirewallModule"
	component 128895 "AclModule"
	  component 129023 "Models"
	  end

	  component 129151 "Grids"
	  end
	end

	component 129279 "Models"
	end

	component 129407 "Grids"
	end
      end

      component 129535 "Grido"
	component 129663 "DataSources"
	end

	component 129791 "Translations"
	end

	component 129919 "Components"
	  component 130047 "Actions"
	  end

	  component 130175 "Filters"
	  end

	  component 130303 "Columns"
	  end
	end
      end

      component 130431 "Navigation"
      end

      component 130559 "Gridito"
      end

      component 130687 "Nette"
	component 130815 "Application"
	  component 130943 "Routers"
	  end

	  component 131071 "Diagnostics"
	  end

	  component 131199 "Responses"
	  end

	  component 131327 "UI"
	  end
	end

	component 131455 "Caching"
	  component 131583 "Storages"
	  end
	end

	component 131711 "Latte"
	  component 131839 "Macros"
	  end
	end

	component 131967 "Config"
	  component 132095 "Adapters"
	  end

	  component 132223 "Extensions"
	  end
	end

	component 132351 "Database"
	  component 132479 "Drivers"
	  end

	  component 132607 "Diagnostics"
	  end

	  component 132735 "Reflection"
	  end

	  component 132863 "Table"
	  end
	end

	component 132991 "Diagnostics"
	end

	component 133119 "Reflection"
	end

	component 133247 "Loaders"
	end

	component 133375 "Templating"
	end

	component 133503 "Http"
	end

	component 133631 "Test"
	end

	component 133759 "Forms"
	  component 133887 "Rendering"
	  end

	  component 134015 "Controls"
	  end
	end

	component 134143 "Iterators"
	end

	component 134271 "Security"
	  component 134399 "Diagnostics"
	  end
	end

	component 134527 "ComponentModel"
	end

	component 134655 "DI"
	  component 134783 "Diagnostics"
	  end
	end

	component 134911 "Mail"
	end

	component 135039 "Utils"
	  component 135167 "PhpGenerator"
	  end
	end

	component 135295 "Localization"
	end
      end

      component 135423 "NiftyGrid"
	component 135551 "DataSource"
	end

	component 135679 "Components"
	end
      end

      component 135807 "Kdyby"
	component 135935 "Replicator"
	  component 136063 "DI"
	  end
	end
      end

      component 136191 "NetteModule"
      end

      component 136319 "Tester"
	component 136447 "Runner"
	end

	component 136575 "CodeCoverage"
	end
      end
    end
  end

  package_ref 136703 // Deployment View

  package_ref 186751 // diagramy
end
