AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

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

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

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

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

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

        $this->pdf->useTemplate($tplidx);
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

@throws type of getInternshipById has undeclared type \Intern\Exception (Did you mean class \Exception)
Open

    public static function getInternshipById($id)
Severity: Minor
Found in class/InternshipFactory.php by phan

Reference to undeclared constant \PHPWS_SOURCE_DIR
Open

                readfile(\PHPWS_SOURCE_DIR . 'mod/intern/pdf/Internship_Example.pdf');
Severity: Minor
Found in class/InternshipInventory.php by phan

Call to method allow from undeclared class \Current_User
Open

                if (!\Current_User::allow('intern', 'edit_courses')) {
Severity: Critical
Found in class/InternshipInventory.php by phan

Call to method addExtraTag from undeclared class \PHPWS_Form
Open

                $form->addExtraTag($m, 'data-has-error="true"');
Severity: Critical
Found in class/InternshipView.php by phan

Call to method addHidden from undeclared class \PHPWS_Form
Open

            $form->addHidden('id', $this->intern->id);
Severity: Critical
Found in class/InternshipView.php by phan

Saw unextractable annotation for comment '* @return $pdo A PDO instance, connected to the current DB'
Open

     * @return $pdo A PDO instance, connected to the current DB
Severity: Info
Found in class/PdoFactory.php by phan

Call to method select from undeclared class \PHPWS_DB
Open

        $states = $db->select('col');
Severity: Critical
Found in class/State.php by phan

Call to method close from undeclared class \NQ
Open

            \NQ::close();
Severity: Critical
Found in class/State.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

        $this->form->setMatch('bgcheck', $this->intern->bgcheck);
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(\Current_User::allow('intern', 'sig_auth_approve')){
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method addRadioAssoc from undeclared class \PHPWS_Form
Open

        $this->form->addRadioAssoc('experience_type', Internship::getTypesAssoc());
Severity: Critical
Found in class/EditInternshipFormView.php by phan
Severity
Category
Status
Source
Language