Showing 910 of 910 total issues

Reference to undeclared property \ELearn_PartHistory->_a
Open

        $this->_a['verbose'] = 'ELearn_PartHistory';
Severity: Minor
Found in src/ELearn/PartHistory.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/Course.php by phan

Reference to instance property list_filters from undeclared class \Pluf_Paginator
Open

        $paginator->list_filters = array(
Severity: Minor
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/Lesson.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $match['lessonId']);
Severity: Critical
Found in src/ELearn/Views/Lesson.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/Part.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

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

Reference to undeclared property \ELearn_Comment->_a
Open

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

Reference to undeclared property \ELearn_Comment->id
Open

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

Reference to undeclared property \ELearn_Form_PartCreate->cleaned_data
Open

        $part->setFromFormData($this->cleaned_data);
Severity: Minor
Found in src/ELearn/Form/PartCreate.php by phan

Reference to undeclared class \Pluf_Form_Model
Open

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

Reference to undeclared property \ELearn_Form_PartUpdate->model
Open

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

Class extends undeclared class \Pluf_Model
Open

class ELearn_Part extends Pluf_Model
Severity: Critical
Found in src/ELearn/Part.php by phan

Reference to undeclared property \ELearn_Part->file_path
Open

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

Call to method __construct from undeclared class \Pluf_SQL
Open

            $lastsql = new Pluf_SQL();
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to method gen from undeclared class \Pluf_SQL
Open

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

@throws type of ELearn_Shortcuts_CleanName has undeclared type \Pluf_Exception
Open

function ELearn_Shortcuts_CleanName($name)
Severity: Minor
Found in src/ELearn/Shortcuts.php by phan
Severity
Category
Status
Source
Language