AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('id', $this->id);
Severity: Critical
Found in class/Internship.php by phan

Call to method setSourceFile from undeclared class \setasign\Fpdi\Fpdi
Open

        $this->pdf->setSourceFile(PHPWS_SOURCE_DIR . 'mod/intern/pdf/Acknowledgment_Updated_202120.pdf');
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method setXY from undeclared class \setasign\Fpdi\Fpdi
Open

                $this->pdf->setXY(15, 134);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method cell from undeclared class \setasign\Fpdi\Fpdi
Open

            $this->pdf->cell(78, 5, $superLine2);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method setXY from undeclared class \setasign\Fpdi\Fpdi
Open

            $this->pdf->setXY(59, 273);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

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

use \PHPWS_DB;
Severity: Minor
Found in class/Model.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

        if (PHPWS_Error::logIfError($result)) {
Severity: Critical
Found in class/Model.php by phan

Call to method logIfError from undeclared class \PHPWS_Error
Open

        if (PHPWS_Error::logIfError($result)) {
Severity: Critical
Found in class/Model.php by phan

Call to method newDB from undeclared class \phpws2\Database
Open

        $db = \phpws2\Database::newDB();
Severity: Critical
Found in class/State.php by phan

Call to method goBack from undeclared class \Intern\PHPWS_Core
Open

            PHPWS_Core::goBack();
Severity: Critical
Found in class/State.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $this->form->addText('student_preferred_name');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('supervisor_last_name', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

        $this->form->addCssClass('supervisor_phone', 'form-control');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('supervisor_address', 'Address');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('supervisor_city', 'City');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

        $this->form->addText('supervisor_zip');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addHidden from undeclared class \PHPWS_Form
Open

            $this->form->addHidden('location', 'domestic');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCheck from undeclared class \PHPWS_Form
Open

        $this->form->addCheck('multipart');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('course_title', 'Title');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

                $this->form->addText('corequisite_course_num');
Severity: Critical
Found in class/EditInternshipFormView.php by phan
Severity
Category
Status
Source
Language