Showing 910 of 910 total issues

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

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

Reference to undeclared property \ArrayObject->id
Open

                throw new Pluf_Exception_DoesNotExist('Part with id (' . $part->id . ') does not exist in lesson with id (' . $lesson->id . ')');
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to instance property forced_where from undeclared class \Pluf_Paginator
Open

            $paginator->forced_where = $sql;
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Lesson->_a
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $part = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $partId);
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Part->_a
Open

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

Reference to undeclared property \ELearn_Part->file_path
Open

        unlink($this->file_path . '/' . $this->id);
Severity: Minor
Found in src/ELearn/Part.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

            $this->sort_order[0] = $request->REQUEST['_px_sk'];
Severity: Minor
Found in src/ELearn/Searcher.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

            if (isset($request->REQUEST['_px_so']) and ($request->REQUEST['_px_so'] == 'd')) {
Severity: Minor
Found in src/ELearn/Searcher.php by phan

Call to method getList from undeclared class \Pluf_Model
Open

    $items = $model->getList(
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Reference to undeclared property \ELearn_Topic->creation_dtime
Open

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

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

    public static function create($request, $match, $p)
Severity: Minor
Found in src/ELearn/Views/Course.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
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($course);
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

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

Call to method loadFunction from undeclared class \Pluf
Open

Pluf::loadFunction('ELearn_Shortcuts_NormalizeItemPerPage');
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('Lesson with id (' . $lesson->id . ') does not exist in course with id (' . $course->id . ')');
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Reference to instance property items_per_page from undeclared class \Pluf_Paginator
Open

        $paginator->items_per_page = ELearn_Shortcuts_NormalizeItemPerPage($request);
Severity: Minor
Found in src/ELearn/Views/Lesson.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $match['modelId']);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan
Severity
Category
Status
Source
Language