qcubed/framework

View on GitHub
includes/base_controls/QDialogGen.class.php

Summary

Maintainability
F
1 wk
Test Coverage

Method __set has 151 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public function __set($strName, $mixValue) {
            switch ($strName) {
                case 'AppendTo':
                    $this->mixAppendTo = $mixValue;
                    $this->AddAttributeScript($this->getJqSetupFunction(), 'option', 'appendTo', $mixValue);
Severity: Major
Found in includes/base_controls/QDialogGen.class.php - About 6 hrs to fix

    Function __set has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring.
    Open

            public function __set($strName, $mixValue) {
                switch ($strName) {
                    case 'AppendTo':
                        $this->mixAppendTo = $mixValue;
                        $this->AddAttributeScript($this->getJqSetupFunction(), 'option', 'appendTo', $mixValue);
    Severity: Minor
    Found in includes/base_controls/QDialogGen.class.php - About 5 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    File QDialogGen.class.php has 327 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php    
        /**
         * Triggered when a dialog is about to close. If canceled, the dialog
         * will not close.
         * 
    Severity: Minor
    Found in includes/base_controls/QDialogGen.class.php - About 3 hrs to fix

      The class QDialogGen has an overall complexity of 91 which is very high. The configured complexity threshold is 50.
      Open

          class QDialogGen extends QPanel    {
              protected $strJavaScripts = __JQUERY_EFFECTS__;
              protected $strStyleSheets = __JQUERY_CSS__;
              /** @var mixed */
              protected $mixAppendTo = null;

      The class QDialogGen has 11 public methods. Consider refactoring QDialogGen to keep number of public methods under 10.
      Open

          class QDialogGen extends QPanel    {
              protected $strJavaScripts = __JQUERY_EFFECTS__;
              protected $strStyleSheets = __JQUERY_CSS__;
              /** @var mixed */
              protected $mixAppendTo = null;

      TooManyPublicMethods

      Since: 0.1

      A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.

      By default it ignores methods starting with 'get' or 'set'.

      Example

      Source https://phpmd.org/rules/codesize.html#toomanypublicmethods

      Function MakeJqOptions has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
      Open

              protected function MakeJqOptions() {
                  $jqOptions = null;
                  if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                  if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                  if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}
      Severity: Minor
      Found in includes/base_controls/QDialogGen.class.php - About 2 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      The class QDialogGen has 21 fields. Consider redesigning QDialogGen to keep the number of fields under 15.
      Open

          class QDialogGen extends QPanel    {
              protected $strJavaScripts = __JQUERY_EFFECTS__;
              protected $strStyleSheets = __JQUERY_CSS__;
              /** @var mixed */
              protected $mixAppendTo = null;

      TooManyFields

      Since: 0.1

      Classes that have too many fields could be redesigned to have fewer fields, possibly through some nested object grouping of some of the information. For example, a class with city/state/zip fields could instead have one Address field.

      Example

      class Person {
         protected $one;
         private $two;
         private $three;
         [... many more fields ...]
      }

      Source https://phpmd.org/rules/codesize.html#toomanyfields

      Method __get has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              public function __get($strName) {
                  switch ($strName) {
                      case 'AppendTo': return $this->mixAppendTo;
                      case 'AutoOpen': return $this->blnAutoOpen;
                      case 'Buttons': return $this->mixButtons;
      Severity: Minor
      Found in includes/base_controls/QDialogGen.class.php - About 1 hr to fix

        Avoid too many return statements within this method.
        Open

                        case 'Hide': return $this->mixHide;
        Severity: Major
        Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                                  return parent::__get($strName); 
          Severity: Major
          Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            case 'Height': return $this->mixHeight;
            Severity: Major
            Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              case 'Position': return $this->mixPosition;
              Severity: Major
              Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                case 'Modal': return $this->blnModal;
                Severity: Major
                Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  case 'Width': return $this->intWidth;
                  Severity: Major
                  Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                    case 'CloseText': return $this->strCloseText;
                    Severity: Major
                    Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                      case 'MaxWidth': return $this->intMaxWidth;
                      Severity: Major
                      Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                        case 'MinHeight': return $this->intMinHeight;
                        Severity: Major
                        Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          case 'MinWidth': return $this->intMinWidth;
                          Severity: Major
                          Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            case 'Draggable': return $this->blnDraggable;
                            Severity: Major
                            Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                              case 'MaxHeight': return $this->intMaxHeight;
                              Severity: Major
                              Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                                case 'Title': return $this->strTitle;
                                Severity: Major
                                Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                                  case 'DialogClass': return $this->strDialogClass;
                                  Severity: Major
                                  Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                    case 'Show': return $this->mixShow;
                                    Severity: Major
                                    Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      case 'Resizable': return $this->blnResizable;
                                      Severity: Major
                                      Found in includes/base_controls/QDialogGen.class.php - About 30 mins to fix

                                        The method __set() has 173 lines of code. Current threshold is set to 100. Avoid really long methods.
                                        Open

                                                public function __set($strName, $mixValue) {
                                                    switch ($strName) {
                                                        case 'AppendTo':
                                                            $this->mixAppendTo = $mixValue;
                                                            $this->AddAttributeScript($this->getJqSetupFunction(), 'option', 'appendTo', $mixValue);

                                        The method MakeJqOptions() has an NPath complexity of 524288. The configured NPath complexity threshold is 200.
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        NPathComplexity

                                        Since: 0.1

                                        The NPath complexity of a method is the number of acyclic execution paths through that method. A threshold of 200 is generally considered the point where measures should be taken to reduce complexity.

                                        Example

                                        class Foo {
                                            function bar() {
                                                // lots of complicated code
                                            }
                                        }

                                        Source https://phpmd.org/rules/codesize.html#npathcomplexity

                                        The method MakeJqOptions() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10.
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        CyclomaticComplexity

                                        Since: 0.1

                                        Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                                        Example

                                        // Cyclomatic Complexity = 11
                                        class Foo {
                                        1   public function example() {
                                        2       if ($a == $b) {
                                        3           if ($a1 == $b1) {
                                                        fiddle();
                                        4           } elseif ($a2 == $b2) {
                                                        fiddle();
                                                    } else {
                                                        fiddle();
                                                    }
                                        5       } elseif ($c == $d) {
                                        6           while ($c == $d) {
                                                        fiddle();
                                                    }
                                        7        } elseif ($e == $f) {
                                        8           for ($n = 0; $n < $h; $n++) {
                                                        fiddle();
                                                    }
                                                } else {
                                                    switch ($z) {
                                        9               case 1:
                                                            fiddle();
                                                            break;
                                        10              case 2:
                                                            fiddle();
                                                            break;
                                        11              case 3:
                                                            fiddle();
                                                            break;
                                                        default:
                                                            fiddle();
                                                            break;
                                                    }
                                                }
                                            }
                                        }

                                        Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                                        The method __get() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10.
                                        Open

                                                public function __get($strName) {
                                                    switch ($strName) {
                                                        case 'AppendTo': return $this->mixAppendTo;
                                                        case 'AutoOpen': return $this->blnAutoOpen;
                                                        case 'Buttons': return $this->mixButtons;

                                        CyclomaticComplexity

                                        Since: 0.1

                                        Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                                        Example

                                        // Cyclomatic Complexity = 11
                                        class Foo {
                                        1   public function example() {
                                        2       if ($a == $b) {
                                        3           if ($a1 == $b1) {
                                                        fiddle();
                                        4           } elseif ($a2 == $b2) {
                                                        fiddle();
                                                    } else {
                                                        fiddle();
                                                    }
                                        5       } elseif ($c == $d) {
                                        6           while ($c == $d) {
                                                        fiddle();
                                                    }
                                        7        } elseif ($e == $f) {
                                        8           for ($n = 0; $n < $h; $n++) {
                                                        fiddle();
                                                    }
                                                } else {
                                                    switch ($z) {
                                        9               case 1:
                                                            fiddle();
                                                            break;
                                        10              case 2:
                                                            fiddle();
                                                            break;
                                        11              case 3:
                                                            fiddle();
                                                            break;
                                                        default:
                                                            fiddle();
                                                            break;
                                                    }
                                                }
                                            }
                                        }

                                        Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                                        The method __set() has a Cyclomatic Complexity of 34. The configured cyclomatic complexity threshold is 10.
                                        Open

                                                public function __set($strName, $mixValue) {
                                                    switch ($strName) {
                                                        case 'AppendTo':
                                                            $this->mixAppendTo = $mixValue;
                                                            $this->AddAttributeScript($this->getJqSetupFunction(), 'option', 'appendTo', $mixValue);

                                        CyclomaticComplexity

                                        Since: 0.1

                                        Complexity is determined by the number of decision points in a method plus one for the method entry. The decision points are 'if', 'while', 'for', and 'case labels'. Generally, 1-4 is low complexity, 5-7 indicates moderate complexity, 8-10 is high complexity, and 11+ is very high complexity.

                                        Example

                                        // Cyclomatic Complexity = 11
                                        class Foo {
                                        1   public function example() {
                                        2       if ($a == $b) {
                                        3           if ($a1 == $b1) {
                                                        fiddle();
                                        4           } elseif ($a2 == $b2) {
                                                        fiddle();
                                                    } else {
                                                        fiddle();
                                                    }
                                        5       } elseif ($c == $d) {
                                        6           while ($c == $d) {
                                                        fiddle();
                                                    }
                                        7        } elseif ($e == $f) {
                                        8           for ($n = 0; $n < $h; $n++) {
                                                        fiddle();
                                                    }
                                                } else {
                                                    switch ($z) {
                                        9               case 1:
                                                            fiddle();
                                                            break;
                                        10              case 2:
                                                            fiddle();
                                                            break;
                                        11              case 3:
                                                            fiddle();
                                                            break;
                                                        default:
                                                            fiddle();
                                                            break;
                                                    }
                                                }
                                            }
                                        }

                                        Source https://phpmd.org/rules/codesize.html#cyclomaticcomplexity

                                        Missing class import via use statement (line '735', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'Draggable', 'If set to true, the dialog will be draggable by the title bar.Requires the jQuery UI Draggable widget to be included.', QType::Boolean),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '743', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'Width', 'The width of the dialog, in pixels.', QType::Integer),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '731', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'AutoOpen', 'If set to true, the dialog will automatically open uponinitialization. If false, the dialog will stay hidden until the open()method is called.', QType::Boolean),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '733', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'CloseText', 'Specifies the text for the close button. Note that the close text isvisibly hidden when using a standard theme.', QType::String),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '737', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'MaxWidth', 'The maximum width to which the dialog can be resized, in pixels.', QType::Integer),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '739', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'MinWidth', 'The minimum width to which the dialog can be resized, in pixels.', QType::Integer),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '738', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'MinHeight', 'The minimum height to which the dialog can be resized, in pixels.', QType::Integer),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '742', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'Title', 'Specifies the title of the dialog. If the value is null, the titleattribute on the dialog source element will be used.', QType::String),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '741', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'Resizable', 'If set to true, the dialog will be resizable. Requires the jQuery UIResizable widget to be included.', QType::Boolean),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '734', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'DialogClass', 'The specified class name(s) will be added to the dialog, foradditional theming.', QType::String),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '736', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'MaxHeight', 'The maximum height to which the dialog can be resized, in pixels.', QType::Integer),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '732', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'CloseOnEscape', 'Specifies whether the dialog should close when it has focus and theuser presses the escape (ESC) key.', QType::Boolean),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Missing class import via use statement (line '740', column '9').
                                        Open

                                                        new QModelConnectorParam (get_called_class(), 'Modal', 'If set to true, the dialog will have modal behavior; other items onthe page will be disabled, i.e., cannot be interacted with. Modaldialogs create an overlay below the dialog but above other pageelements.', QType::Boolean),

                                        MissingImport

                                        Since: 2.7.0

                                        Importing all external classes in a file through use statements makes them clearly visible.

                                        Example

                                        function make() {
                                            return new \stdClass();
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#MissingImport

                                        Avoid assigning values to variables in if clauses and the like (line '359', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '369', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->intMinWidth = QType::Cast($mixValue, QType::Integer);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '370', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '367', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '362', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '361', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '363', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QApplication' in method 'Option1'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->intWidth = QType::Cast($mixValue, QType::Integer);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '366', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->intMaxHeight = QType::Cast($mixValue, QType::Integer);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '360', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '371', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        The method GetEndScript uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
                                        Open

                                                    } else {
                                                        QApplication::ExecuteControlCommand($strId, $strFunc, $jqOptions, QJsPriority::High);
                                                    }

                                        ElseExpression

                                        Since: 1.4.0

                                        An if expression with an else branch is basically not necessary. You can rewrite the conditions in a way that the else clause is not necessary and the code becomes simpler to read. To achieve this, use early return statements, though you may need to split the code it several smaller methods. For very simple assignments you could also use the ternary operations.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($flag) {
                                                    // one branch
                                                } else {
                                                    // another branch
                                                }
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#elseexpression

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->blnModal = QType::Cast($mixValue, QType::Boolean);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Open'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "open", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->intMaxWidth = QType::Cast($mixValue, QType::Integer);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '372', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QApplication' in method 'GetEndScript'.
                                        Open

                                                        QApplication::ExecuteControlCommand($strId, $strFunc, $jqOptions, QJsPriority::High);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Close'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "close", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Option3'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $options, QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->blnAutoOpen = QType::Cast($mixValue, QType::Boolean);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->intMinHeight = QType::Cast($mixValue, QType::Integer);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '368', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '373', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '376', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '364', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '375', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QApplication' in method 'Instance'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "instance", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Destroy'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "destroy", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '365', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid assigning values to variables in if clauses and the like (line '374', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->blnResizable = QType::Cast($mixValue, QType::Boolean);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid assigning values to variables in if clauses and the like (line '377', column '17').
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        IfStatementAssignment

                                        Since: 2.7.0

                                        Assignments in if clauses and the like are considered a code smell. Assignments in PHP return the right operand as their result. In many cases, this is an expected behavior, but can lead to many difficult to spot bugs, especially when the right operand could result in zero, null or an empty string and the like.

                                        Example

                                        class Foo
                                        {
                                            public function bar($flag)
                                            {
                                                if ($foo = 'bar') { // possible typo
                                                    // ...
                                                }
                                                if ($baz = 0) { // always false
                                                    // ...
                                                }
                                            }
                                        }

                                        Source http://phpmd.org/rules/cleancode.html#ifstatementassignment

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->strDialogClass = QType::Cast($mixValue, QType::String);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'GetEndScript'.
                                        Open

                                                        QApplication::ExecuteControlCommand($strId, $strFunc, QJsPriority::High);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Option'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $optionName, QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'MoveToTop'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "moveToTop", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->blnCloseOnEscape = QType::Cast($mixValue, QType::Boolean);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'GetEndScript'.
                                        Open

                                                        QApplication::ExecuteControlCommand($strId, 'off', QJsPriority::High);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'IsOpen'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "isOpen", QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QApplication' in method 'Option2'.
                                        Open

                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $optionName, $value, QJsPriority::Low);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->strCloseText = QType::Cast($mixValue, QType::String);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->blnDraggable = QType::Cast($mixValue, QType::Boolean);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Avoid using static access to class 'QType' in method '__set'.
                                        Open

                                                                $this->strTitle = QType::Cast($mixValue, QType::String);

                                        StaticAccess

                                        Since: 1.4.0

                                        Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

                                        Example

                                        class Foo
                                        {
                                            public function bar()
                                            {
                                                Bar::baz();
                                            }
                                        }

                                        Source https://phpmd.org/rules/cleancode.html#staticaccess

                                        Similar blocks of code found in 2 locations. Consider refactoring.
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}
                                        Severity: Major
                                        Found in includes/base_controls/QDialogGen.class.php and 1 other location - About 3 days to fix
                                        includes/base_controls/QResizableGen.class.php on lines 267..289

                                        Duplicated Code

                                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                        Tuning

                                        This issue has a mass of 606.

                                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                        Refactorings

                                        Further Reading

                                        Similar blocks of code found in 2 locations. Consider refactoring.
                                        Open

                                                public static function GetModelConnectorParams() {
                                                    return array_merge(parent::GetModelConnectorParams(), array(
                                                        new QModelConnectorParam (get_called_class(), 'AutoOpen', 'If set to true, the dialog will automatically open uponinitialization. If false, the dialog will stay hidden until the open()method is called.', QType::Boolean),
                                                        new QModelConnectorParam (get_called_class(), 'CloseOnEscape', 'Specifies whether the dialog should close when it has focus and theuser presses the escape (ESC) key.', QType::Boolean),
                                                        new QModelConnectorParam (get_called_class(), 'CloseText', 'Specifies the text for the close button. Note that the close text isvisibly hidden when using a standard theme.', QType::String),
                                        Severity: Major
                                        Found in includes/base_controls/QDialogGen.class.php and 1 other location - About 1 day to fix
                                        includes/base_controls/QResizableGen.class.php on lines 628..644

                                        Duplicated Code

                                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                        Tuning

                                        This issue has a mass of 360.

                                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                        Refactorings

                                        Further Reading

                                        Similar blocks of code found in 3 locations. Consider refactoring.
                                        Open

                                                public function __get($strName) {
                                                    switch ($strName) {
                                                        case 'AppendTo': return $this->mixAppendTo;
                                                        case 'AutoOpen': return $this->blnAutoOpen;
                                                        case 'Buttons': return $this->mixButtons;
                                        Severity: Major
                                        Found in includes/base_controls/QDialogGen.class.php and 2 other locations - About 6 hrs to fix
                                        includes/base_controls/QResizableGen.class.php on lines 413..442
                                        includes/codegen/QSqlColumn.class.php on lines 163..211

                                        Duplicated Code

                                        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                        Tuning

                                        This issue has a mass of 214.

                                        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                        Refactorings

                                        Further Reading

                                        The class QDialog_ResizeEvent is not named in CamelCase.
                                        Open

                                            class QDialog_ResizeEvent extends QJqUiEvent {
                                                const EventName = 'dialogresize';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_DragStopEvent is not named in CamelCase.
                                        Open

                                            class QDialog_DragStopEvent extends QJqUiEvent {
                                                const EventName = 'dialogdragstop';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_BeforeCloseEvent is not named in CamelCase.
                                        Open

                                            class QDialog_BeforeCloseEvent extends QJqUiEvent {
                                                const EventName = 'dialogbeforeclose';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_DragStartEvent is not named in CamelCase.
                                        Open

                                            class QDialog_DragStartEvent extends QJqUiEvent {
                                                const EventName = 'dialogdragstart';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_CloseEvent is not named in CamelCase.
                                        Open

                                            class QDialog_CloseEvent extends QJqUiEvent {
                                                const EventName = 'dialogclose';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_ResizeStartEvent is not named in CamelCase.
                                        Open

                                            class QDialog_ResizeStartEvent extends QJqUiEvent {
                                                const EventName = 'dialogresizestart';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_DragEvent is not named in CamelCase.
                                        Open

                                            class QDialog_DragEvent extends QJqUiEvent {
                                                const EventName = 'dialogdrag';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_ResizeStopEvent is not named in CamelCase.
                                        Open

                                            class QDialog_ResizeStopEvent extends QJqUiEvent {
                                                const EventName = 'dialogresizestop';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_FocusEvent is not named in CamelCase.
                                        Open

                                            class QDialog_FocusEvent extends QJqUiEvent {
                                                const EventName = 'dialogfocus';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_OpenEvent is not named in CamelCase.
                                        Open

                                            class QDialog_OpenEvent extends QJqUiEvent {
                                                const EventName = 'dialogopen';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        The class QDialog_CreateEvent is not named in CamelCase.
                                        Open

                                            class QDialog_CreateEvent extends QJqUiEvent {
                                                const EventName = 'dialogcreate';
                                            }

                                        CamelCaseClassName

                                        Since: 0.2

                                        It is considered best practice to use the CamelCase notation to name classes.

                                        Example

                                        class class_name {
                                        }

                                        Source

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogdragstart';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogfocus';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogopen';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogbeforeclose';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogresizestop';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogclose';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogdragstop';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogcreate';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogdrag';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogresize';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        Constant EventName should be defined in uppercase
                                        Open

                                                const EventName = 'dialogresizestart';

                                        ConstantNamingConventions

                                        Since: 0.2

                                        Class/Interface constant names should always be defined in uppercase.

                                        Example

                                        class Foo {
                                            const MY_NUM = 0; // ok
                                            const myTest = ""; // fail
                                        }

                                        Source https://phpmd.org/rules/naming.html#constantnamingconventions

                                        The method GetModelConnectorParams is not named in camelCase.
                                        Open

                                                public static function GetModelConnectorParams() {
                                                    return array_merge(parent::GetModelConnectorParams(), array(
                                                        new QModelConnectorParam (get_called_class(), 'AutoOpen', 'If set to true, the dialog will automatically open uponinitialization. If false, the dialog will stay hidden until the open()method is called.', QType::Boolean),
                                                        new QModelConnectorParam (get_called_class(), 'CloseOnEscape', 'Specifies whether the dialog should close when it has focus and theuser presses the escape (ESC) key.', QType::Boolean),
                                                        new QModelConnectorParam (get_called_class(), 'CloseText', 'Specifies the text for the close button. Note that the close text isvisibly hidden when using a standard theme.', QType::String),

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method IsOpen is not named in camelCase.
                                        Open

                                                public function IsOpen() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "isOpen", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Option is not named in camelCase.
                                        Open

                                                public function Option($optionName) {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $optionName, QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Open is not named in camelCase.
                                        Open

                                                public function Open() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "open", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method MoveToTop is not named in camelCase.
                                        Open

                                                public function MoveToTop() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "moveToTop", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Destroy is not named in camelCase.
                                        Open

                                                public function Destroy() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "destroy", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Option1 is not named in camelCase.
                                        Open

                                                public function Option1() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method MakeJqOptions is not named in camelCase.
                                        Open

                                                protected function MakeJqOptions() {
                                                    $jqOptions = null;
                                                    if (!is_null($val = $this->AppendTo)) {$jqOptions['appendTo'] = $val;}
                                                    if (!is_null($val = $this->AutoOpen)) {$jqOptions['autoOpen'] = $val;}
                                                    if (!is_null($val = $this->Buttons)) {$jqOptions['buttons'] = $val;}

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Option3 is not named in camelCase.
                                        Open

                                                public function Option3($options) {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $options, QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method GetJqSetupFunction is not named in camelCase.
                                        Open

                                                public function GetJqSetupFunction() {
                                                    return 'dialog';
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Close is not named in camelCase.
                                        Open

                                                public function Close() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "close", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Instance is not named in camelCase.
                                        Open

                                                public function Instance() {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "instance", QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method Option2 is not named in camelCase.
                                        Open

                                                public function Option2($optionName, $value) {
                                                    QApplication::ExecuteControlCommand($this->getJqControlId(), $this->getJqSetupFunction(), "option", $optionName, $value, QJsPriority::Low);
                                                }

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        The method GetEndScript is not named in camelCase.
                                        Open

                                                public function GetEndScript() {
                                                    $strId = $this->GetJqControlId();
                                                    $jqOptions = $this->makeJqOptions();
                                                    $strFunc = $this->getJqSetupFunction();
                                        
                                        

                                        CamelCaseMethodName

                                        Since: 0.2

                                        It is considered best practice to use the camelCase notation to name methods.

                                        Example

                                        class ClassName {
                                            public function get_name() {
                                            }
                                        }

                                        Source

                                        There are no issues that match your filters.

                                        Category
                                        Status