Showing 910 of 910 total issues

Reference to undeclared property \ELearn_Part->file_size
Open

            $this->file_size = 0;
Severity: Minor
Found in src/ELearn/Part.php by phan

Reference to undeclared property \ELearn_PartHistory->_a
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        if (isset($request->REQUEST['_px_sk']) and in_array($request->REQUEST['_px_sk'], $this->sort_fields)) {
Severity: Minor
Found in src/ELearn/Searcher.php by phan

Call to method SOr from undeclared class \Pluf_SQL
Open

                    $sql->SOr($sqlor);
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to undeclared method \ELearn_Topic::getList
Open

    $item = $item->getList(array(
Severity: Critical
Found in src/ELearn/Shortcuts.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 undeclared method \ELearn_Part::getList
Open

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

Call to method count on non-class type null
Open

    if ($item->count() > 1) {
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Class extends undeclared class \Pluf_Model
Open

class ELearn_Topic extends Pluf_Model
Severity: Critical
Found in src/ELearn/Topic.php by phan

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        } elseif (isset($request->REQUEST['topicId'])) {
Severity: Minor
Found in src/ELearn/Views/Course.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/Course.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/Lesson.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/Part.php by phan

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

        return new Pluf_HTTP_Response_Json($part);
Severity: Critical
Found in src/ELearn/Views/Part.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/Part.php by phan

Return type of download() is undeclared type \Pluf_HTTP_Response_File
Open

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

Call to method __construct from undeclared class \Pluf_HTTP_Response_File
Open

        $response = new Pluf_HTTP_Response_File($part->getAbsloutPath(), $part->mime_type);
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Call with 2 arg(s) to \ELearn_Views_Part::update() which requires 3 arg(s) defined at /code/src/ELearn/Views/Part.php:153
Open

            return ELearn_Views_Part::update($request, $match);
Severity: Critical
Found in src/ELearn/Views/Part.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
Severity
Category
Status
Source
Language