Showing 910 of 910 total issues

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

    public static function create($request, $match, $p)
Severity: Minor
Found in src/ELearn/Views/Lesson.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/Course.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $match['modelId']);
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Class extends undeclared class \Pluf_Model
Open

class ELearn_Grade extends Pluf_Model
Severity: Critical
Found in src/ELearn/Grade.php by phan

Call to method createObject from undeclared class \Pluf_Views
Open

        return $plufService->createObject($request, $match, $p);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Reference to undeclared property \ELearn_Part->_a
Open

        $this->_a['verbose'] = 'ELearn_Part';
Severity: Minor
Found in src/ELearn/Part.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

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

Call to method __construct from undeclared class \Pluf_SQL
Open

                $sql = new Pluf_SQL();
Severity: Critical
Found in src/ELearn/Searcher.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

Call to method __construct from undeclared class \Pluf_Paginator
Open

        $paginator = new Pluf_Paginator($lesson);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Call to method SAnd from undeclared class \Pluf_SQL
Open

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

Return type of find() is undeclared type \Pluf_HTTP_Response_Json
Open

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

Reference to undeclared property \ELearn_Part->id
Open

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

Call to method render_object from undeclared class \Pluf_Paginator
Open

        return new Pluf_HTTP_Response_Json($paginator->render_object());
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Topic->_a
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to method __construct from undeclared class \Pluf_SQL
Open

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