Showing 910 of 910 total issues

Reference to instance property forced_where from undeclared class \Pluf_Paginator
Open

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

Call to method gen from undeclared class \Pluf_SQL
Open

        'filter' => $q->gen()
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

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

Call to undeclared function \__() (Did you mean _())
Open

    throw new Pluf_Exception(sprintf(__('Part with the same name exist (name: %s'), $name));
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Reference to undeclared property \ELearn_Comment->_a
Open

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

@throws type of ELearn_Shortcuts_GetPartByNameOr404 has undeclared type \CMS_Exception_ObjectNotFound
Open

function ELearn_Shortcuts_GetPartByNameOr404 ($name)
Severity: Minor
Found in src/ELearn/Shortcuts.php by phan

Reference to undeclared property \ELearn_Course->_a
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        $form = new ELearn_Form_PartCreate($request->REQUEST, $extra);
Severity: Minor
Found in src/ELearn/Views/Part.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

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

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

Reference to undeclared property \ELearn_Domain->_a
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Reference to undeclared property \ELearn_Form_PartUpdate->model
Open

                'file_name' => $this->model->id,
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

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

Return type of create() is undeclared type \Pluf_HTTP_Response
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        $form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->cleaned_data
Open

        if (array_key_exists('file', $this->cleaned_data)) {
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

        return new Pluf_HTTP_Response_Json($partCopy);
Severity: Critical
Found in src/ELearn/Views/Part.php by phan
Severity
Category
Status
Source
Language