Showing 910 of 910 total issues

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

                throw new Pluf_Exception_DoesNotExist('Part with id (' . $part->id . ') does not exist in lesson with id (' . $lesson->id . ')');
Severity: Critical
Found in src/ELearn/Views/Part.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/Topic.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $topicCopy = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Reference to instance property headers from undeclared class \Pluf_HTTP_Response_File
Open

        $response->headers['Content-Disposition'] = sprintf('attachment; filename="%s"', $part->file_name);
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($topic);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        } elseif (isset($request->REQUEST['domain'])) {
Severity: Minor
Found in src/ELearn/Views/Topic.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

            $sql = new Pluf_SQL('domain=%s', array(
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Call to undeclared method \ELearn_Part::update
Open

            $part->update();
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

    private static function validatePart($request, $match, $id){
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

Argument 2 (use_include_path) is 'r' but \file_get_contents() takes bool
Open

            $entityBody = file_get_contents('php://input', 'r');
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        $request->REQUEST['owner'] = $request->user->id;
Severity: Minor
Found in src/ELearn/Views/Topic.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

        } else if (isset($request->REQUEST['lesson'])) {
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', $id);
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

            $domain = Pluf_Shortcuts_GetObjectOr404('ELearn_Domain', $domainId);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

            $sql = new Pluf_SQL('domain=%s', array(
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Call to method loadFunction from undeclared class \Pluf
Open

Pluf::loadFunction('ELearn_Shortcuts_NormalizeItemPerPage');
Severity: Critical
Found in src/ELearn/Views/Topic.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/Topic.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $match['topicId']);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Reference to undeclared property \ELearn_Vote->_a
Open

        $this->_a['table'] = 'elearn_vote';
Severity: Minor
Found in src/ELearn/Vote.php by phan
Severity
Category
Status
Source
Language