AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Reference to undeclared property \Intern\Supervisor->address_same_flag
Open

        $this->formVals['copy_address']           = $this->supervisor->address_same_flag == 't';
Severity: Minor
Found in class/EditInternshipFormView.php by phan

Call to method get from undeclared class \PHPWS_Settings
Open

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

Call to method addHidden from undeclared class \PHPWS_Form
Open

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

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

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

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

        $this->pdf->cell(73, 6, $this->internship->getCourseTitle());
Severity: Critical
Found in class/InternshipContractPdfView.php by phan

Call to method setValue from undeclared class \PHPWS_Form
Open

            $this->form->setValue('oied_certified_hidden', 'false');
Severity: Critical
Found in class/EditInternshipFormView.php by phan

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

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

Call to method setMatch from undeclared class \PHPWS_Form
Open

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

Call to method __construct from undeclared class \Symfony\Component\Mailer\Mailer
Open

        $mailer = new Mailer($transport);
Severity: Critical
Found in class/Email/Email.php by phan

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

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

Call to method send from undeclared class \Symfony\Component\Mailer\Mailer
Open

            $mailer->send($message); // send() returns the number of successful recipients. Can be 0, which indicates failure
Severity: Critical
Found in class/Email/Email.php by phan

Call to method plugIn from undeclared class \PHPWS_Form
Open

            $form->plugIn($_GET);
Severity: Critical
Found in class/InternshipView.php by phan

Call to method getBcc from undeclared class \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

        if($message->getBcc() != null){
Severity: Critical
Found in class/Email/Email.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::ERROR, "{$message['user_message']} {$message['email']}");
Severity: Critical
Found in class/InternshipView.php by phan

Call to method allow from undeclared class \Current_User
Open

        if(!\Current_User::allow('intern', 'oied_certify') || $this->intern->isDomestic()){
Severity: Critical
Found in class/EditInternshipFormView.php by phan

Call to method getBcc from undeclared class \Symfony\Component\Mime\Email (Did you mean class \Intern\Email\Email)
Open

            foreach($message->getBcc() as $address => $name){
Severity: Critical
Found in class/Email/Email.php by phan

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', UI\NotifyUI::WARNING, 'This internship can not be approved by the Signature Authority bearer until the internship is certified by the Office of International Education and Development.');
Severity: Critical
Found in class/InternshipView.php by phan

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method addCheck from undeclared class \PHPWS_Form
Open

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

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $this->form->setLabel('supervisor_first_name', 'First Name');
Severity: Critical
Found in class/EditInternshipFormView.php by phan
Severity
Category
Status
Source
Language