Application/AppTrait.php
Method createModule
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createModule( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
Method createFooter
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createFooter( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
Method createService
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createService( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
Method createCluster
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createCluster( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )
Method createApplication
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function createApplication( $Route, $Class, $Method, $Title, IIconInterface $Icon = null, $ToolTip = null )