AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', NotifyUI::ERROR, 'You cannot edit administrators.');
Severity: Critical
Found in class/UI/AdminUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

                        $pageList[] = \PHPWS_Text::moduleLink($j, $module, $values, null, sprintf(_('Go to page %s'), $j));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        return \PHPWS_Template::process($tpl, 'intern', 'edit_department.tpl');
Severity: Critical
Found in class/UI/DepartmentUI.php by phan

Argument 2 (pieces) is ?array|?array<int>|?array<int>|?array<int>|?array<int>|?array{}</int></int></int></int> but \implode() takes string[] when argument 1 is string
Open

        return implode(' ', $pageList);
Severity: Minor
Found in class/SubselectPager.php by phan

Reference to undeclared property \Intern\SubselectPager->db
Open

        $pager->db->addJoin('LEFT OUTER', 'fuzzy', 'intern_faculty',
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method setClass from undeclared class \PHPWS_Form
Open

        $form->setClass('course_sect', 'form-control');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Reference to undeclared property \Intern\SubselectPager->orderby_dir
Open

                if ($this->orderby_dir == 'desc') {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method addSelect from undeclared class \PHPWS_Form
Open

        $form->addSelect('department', $depts);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Reference to undeclared property \Intern\SubselectPager->limit
Open

            $this->limit = DBPAGER_DEFAULT_LIMIT;
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $form->addText('start_date');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Reference to undeclared property \Intern\SubselectPager->allow_partial_report
Open

        if ($this->allow_partial_report) {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method getTemplate from undeclared class \PHPWS_Form
Open

        return \PHPWS_Template::process($form->getTemplate(), 'intern', 'search.tpl');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

            $all = \PHPWS_Text::moduleLink(_('All'), $module, $values, null, _('Download a complete CSV file'));
Severity: Critical
Found in class/SubselectPager.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

        $tpl['ADD_LINK']     = \PHPWS_Text::moduleLink('Add Student', 'intern', array('action' => 'ShowInternship'));
Severity: Critical
Found in class/UI/TopUI.php by phan

Reference to undeclared property \Intern\SubselectPager->row_tags
Open

                    if (!in_array($this->row_tags['method'], $this->_methods)) {
Severity: Minor
Found in class/SubselectPager.php by phan

Call to method secureLink from undeclared class \PHPWS_Text
Open

            $adminOptions['EDIT_DEPARTMENTS_LINK'] = \PHPWS_Text::secureLink('Edit Departments','intern',array('action' => 'showEditDept'));
Severity: Critical
Found in class/UI/TopUI.php by phan

Reference to undeclared constant \PHPWS_SOURCE_DIR
Open

        $dir = PHPWS_SOURCE_DIR . 'mod/intern/class/' . self::$dir;
Severity: Minor
Found in class/WorkflowStateFactory.php by phan

Argument 1 (termCode) is int but \Intern\TermFactory::getTermByTermCode() takes string defined at /code/class/TermFactory.php:32
Open

            $term = TermFactory::getTermByTermCode($i->getTerm());

Reference to undeclared property \Intern\SubselectPager->toggle_function
Open

                    $row_result = call_user_func($this->toggle_function, $disp_row);
Severity: Minor
Found in class/SubselectPager.php by phan

Possibly zero references to use statement for classlike/namespace Internship (\Intern\Internship)
Open

use Intern\Internship;
Severity
Category
Status
Source
Language