Showing 910 of 910 total issues

Call to method SAnd from undeclared class \Pluf_SQL
Open

                $lastsql->SAnd($sql);
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to method loadFunction from undeclared class \Pluf
Open

Pluf::loadFunction('Pluf_Shortcuts_GetObjectOr404');
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Call to method factory from undeclared class \Pluf
Open

    $items = Pluf::factory('ELearn_Part')->getList(array(
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call to method configure from undeclared class \Pluf_Paginator
Open

        $paginator->configure(array(), $search_fields, $sort_fields);
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

            $topicId = $request->REQUEST['topic'];
Severity: Minor
Found in src/ELearn/Views/Course.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

                throw new Pluf_Exception_DoesNotExist('Course with id (' . $course->id . ') does not exist in topic with id (' . $topic->id . ')');
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

        return new Pluf_HTTP_Response_Json($courseCopy);
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

            $request->REQUEST['course'] = $courseId;
Severity: Minor
Found in src/ELearn/Views/Lesson.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        } elseif (isset($request->REQUEST['courseId'])) {
Severity: Minor
Found in src/ELearn/Views/Lesson.php by phan

Call to method loadFunction from undeclared class \Pluf
Open

Pluf::loadFunction('ELearn_Shortcuts_NormalizeItemPerPage');
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Domain->creation_dtime
Open

            $this->creation_dtime = gmdate('Y-m-d H:i:s');
Severity: Minor
Found in src/ELearn/Domain.php by phan

Call to undeclared method \ELearn_Form_PartCreate::isValid
Open

        if (! $this->isValid()) {
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Reference to undeclared property \ELearn_Grade->_a
Open

        $this->_a['table'] = 'elearn_graid';
Severity: Minor
Found in src/ELearn/Grade.php by phan

Reference to undeclared property \ELearn_Grade->_a
Open

        $this->_a['cols'] = array(
Severity: Minor
Found in src/ELearn/Grade.php by phan

Reference to undeclared property \ELearn_Part->mime_type
Open

        $this->mime_type = $fileInfo[0];
Severity: Minor
Found in src/ELearn/Part.php by phan

Call to method SAnd from undeclared class \Pluf_SQL
Open

                $this->forced_where->SAnd($sql);
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

    $q = new Pluf_SQL('title=%s', array(
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call to method __construct from undeclared class \Pluf_Exception
Open

        throw new Pluf_Exception(__('Part name must not be new, find'));
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan
Severity
Category
Status
Source
Language