AppStateESS/InternshipInventory

View on GitHub

Showing 6,675 of 6,675 total issues

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method useRowRepeat from undeclared class \PHPWS_Form
Open

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

Call to method process from undeclared class \PHPWS_Template
Open

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

Call to method setMatch from undeclared class \PHPWS_Form
Open

            $form->setMatch('department', $keys[1]);
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method isDeity from undeclared class \Current_User
Open

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

Call to method simple from undeclared class \NQ
Open

            \NQ::simple('intern', \Intern\UI\NotifyUI::WARNING, 'You do not have permission to edit graduate programs.');
Severity: Critical
Found in class/UI/AffiliateAgreementUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('start_date', 'Starting After');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method addText from undeclared class \PHPWS_Form
Open

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

Call to method addCssClass from undeclared class \PHPWS_Form
Open

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

Call to method addSubmit from undeclared class \PHPWS_Form
Open

        $form->addSubmit('submit', 'Search');
Severity: Critical
Found in class/UI/SearchUI.php by phan

Call to method setLabel from undeclared class \PHPWS_Form
Open

        $form->setLabel('auto_renew', 'Auto-Renew');
Severity: Critical
Found in class/UI/EditAgreementUI.php by phan

Call to method moduleLink from undeclared class \PHPWS_Text
Open

        $tpl['SEARCH_LINK']  = \PHPWS_Text::moduleLink('Search', 'intern', array('action' => 'search'));
Severity: Critical
Found in class/UI/TopUI.php by phan

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

        $pager->db->tables = array();
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method getUserObj from undeclared class \Current_User
Open

                $changeHistory = new ChangeHistory($this->internship, \Current_User::getUserObj(), time(), $sourceState, $sourceState, $note);
Severity: Critical
Found in class/WorkflowController.php by phan

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

            $pager->db->addSubSelect($fuzzyDb, 'fuzzy');
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Argument 1 (termCode) is int but \Intern\TermFactory::getTermByTermCode() takes string defined at /code/class/TermFactory.php:32
Open

        $term = TermFactory::getTermByTermCode($i->getTerm());

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

                $pager->db->addWhere('state', $path[2], '=', 'OR',
Severity: Minor
Found in class/UI/ResultsUI.php by phan

Call to method allow from undeclared class \Current_User
Open

            if(\Current_User::allow('intern', $p)){

Call to method getUsername from undeclared class \Current_User
Open

            $depts = DepartmentFactory::getDepartmentsAssocForUsername(\Current_User::getUsername());
Severity: Critical
Found in class/UI/SearchUI.php by phan

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

use Intern\Internship;
Severity
Category
Status
Source
Language