AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method setIndexBy from undeclared class \PHPWS_DB
Open

        $db->setIndexBy('abbr');
Severity: Critical
Found in class/State.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::ERROR, 'The list of allowed US states for internship locations has not been configured. Please use the administrative options to <a href="index.php?module=intern&action=edit_states">add allowed states.</a>');
Severity: Critical
Found in class/State.php by phan

Variable $level is undeclared (Did you mean $this->level)
Open

        if ($level == self::UNDERGRAD) {
Severity: Minor
Found in class/Student.php by phan

Call with 2 arg(s) to \Intern\DataProvider\Student\StudentDataProvider::getStudent() which only takes 1 arg(s) defined at /code/class/DataProvider/Student/StudentDataProvider.php:39
Open

        return $provider->getStudent($studentId, $term);
Severity: Info
Found in class/StudentFactory.php by phan

Call to method allow from undeclared class \Current_User
Open

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

Call to method isDeity from undeclared class \Current_User
Open

        if (\Current_User::isDeity()) {
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method addCheck from undeclared class \PHPWS_Form
Open

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

Call to method setLabel from undeclared class \PHPWS_Form
Open

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

Call to method addCheck from undeclared class \PHPWS_Form
Open

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

Call to method addCheck from undeclared class \PHPWS_Form
Open

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

Call to method setMaxSize from undeclared class \PHPWS_Form
Open

        $this->form->setMaxSize('course_title',28); // Limit to 28 chars, per Banner
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

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

Call to method addHidden from undeclared class \PHPWS_Form
Open

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

Argument 2 (timestamp) is null but \date() takes int
Open

        $this->formVals['end_date'] = $this->intern->end_date ? date('m/d/Y', $this->intern->end_date) : null;
Severity: Minor
Found in class/EditInternshipFormView.php by phan

Call to method setMatch from undeclared class \PHPWS_Form
Open

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

Call to method process from undeclared class \PHPWS_Template
Open

        $bodyContent = \PHPWS_Template::process($this->tpl, 'intern', $templateFileName);
Severity: Critical
Found in class/Email/Email.php by phan

Call to method getUserObj from undeclared class \Current_User
Open

        $user = \Current_User::getUserObj();
Severity: Critical
Found in class/Email/ExceptionEmail.php by phan

Call to method __construct from undeclared class \PHPWS_DB
Open

        $db = new \PHPWS_DB('intern_emergency_contact');
Severity: Critical
Found in class/EmergencyContactFactory.php by phan

Call to method addWhere from undeclared class \PHPWS_DB
Open

        $db->addWhere('internship_id', $internshipId);
Severity: Critical
Found in class/EmergencyContactFactory.php by phan

Call to method get from undeclared class \PHPWS_Settings
Open

        $result = \PHPWS_Settings::get('intern', 'backgroundCheckEmail');
Severity: Critical
Found in class/InternSettings.php by phan
Severity
Category
Status
Source
Language