Showing 910 of 910 total issues

Reference to undeclared property \ELearn_Lesson->id
Open

        if ($this->id == '') {
Severity: Minor
Found in src/ELearn/Lesson.php by phan

Class extends undeclared class \Pluf_Model
Open

class ELearn_PartHistory extends Pluf_Model
Severity: Critical
Found in src/ELearn/PartHistory.php by phan

Reference to undeclared property \ELearn_PartHistory->id
Open

        if ($this->id == '') {
Severity: Minor
Found in src/ELearn/PartHistory.php by phan

Saw unextractable annotation for comment '* @param'
Open

     * @param
Severity: Info
Found in src/ELearn/Searcher.php by phan

Call to method Q from undeclared class \Pluf_SQL
Open

                    $sqlor->Q($field . ' LIKE %s', '%' . $key . '%');
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Saw a token Phan may have failed to parse after '* @return Array.': after Array, saw '.'
Open

     * @return Array.
Severity: Info
Found in src/ELearn/Searcher.php by phan

Reference to undeclared class \Pluf_Form_Model
Open

        parent::initFields($extra);
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Returning type null but filter() is declared to return string
Open

        return $this->where_clause;
Severity: Minor
Found in src/ELearn/Searcher.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

Call to method f from undeclared class \Pluf
Open

            'max_size' => Pluf::f('upload_max_size', 2097152),
Severity: Critical
Found in src/ELearn/Form/PartUpdate.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/Lesson.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->model
Open

        if (strcmp($name, $this->model->name) === 0) {
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to undeclared property \ELearn_Topic->modif_dtime
Open

        $this->modif_dtime = gmdate('Y-m-d H:i:s');
Severity: Minor
Found in src/ELearn/Topic.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_Part->id
Open

        if ($this->id == '') {
Severity: Minor
Found in src/ELearn/Part.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 loadFunction from undeclared class \Pluf
Open

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

Call to method getMimeType from undeclared class \Pluf_FileUtil
Open

        $fileInfo = Pluf_FileUtil::getMimeType($this->file_name);
Severity: Critical
Found in src/ELearn/Part.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

            $lessonId = $request->REQUEST['lesson'];
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

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