class/ActivityLogView.php
Method showFilters
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function showFilters($selection = NULL)
{
\PHPWS_Core::initCoreClass('Form.php');
$submitCmd = CommandFactory::getCommand('ShowActivityLog');
- Create a ticketCreate a ticket
Method __construct
has 9 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($actee = NULL, $actor = NULL, $notes = NULL, $exact = false, $begin = NULL, $end = NULL, Array $activities = NULL, $static = false, $limit = 10)
- Create a ticketCreate a ticket