AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared constant \DBPAGER_DEFAULT_LIMIT
Open

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

Reference to undeclared property \Intern\SubselectPager->limit (Did you mean $limit)
Open

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

Call to method addSubmit from undeclared class \PHPWS_Form
Open

            $form->addSubmit('go', _('Search'));
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

Call to method setContentType from undeclared class \HTTP_Download
Open

        $dl->setContentType('text/csv');
Severity: Critical
Found in class/SubselectPager.php by phan

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

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

Saw an @param annotation for targetTerm, but it was not found in the param list of function termExists(string $targetTermCode) : bool
Open

     * @param $targetTerm Term to decide if exists or not
Severity: Info
Found in class/TermFactory.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $form->addText('name');
Severity: Critical
Found in class/UI/AddAgreementUI.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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('name', 'form-control');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $form->addText('begin_date', date('m/d/Y', $affiliate_agreement->getBeginDate()));
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('end_date', 'Ending Date');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $form->addCssClass('notes', 'form-control');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method mergeTemplate from undeclared class \PHPWS_Form
Open

        $form->mergeTemplate($tpl);
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method process from undeclared class \PHPWS_Template
Open

        $v = \PHPWS_Template::process($form->getTemplate(), 'intern', 'editAffiliate.tpl');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to undeclared function \javascript()
Open

        javascript('jquery');
Severity: Critical
Found in class/UI/InternMenu.php by phan

Call to method select from undeclared class \PHPWS_DB
Open

            $gt = $db->select('count');
Severity: Critical
Found in class/UI/InternMenu.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 setMethod from undeclared class \PHPWS_Form
Open

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

Call to method setClass from undeclared class \PHPWS_Form
Open

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