Showing 910 of 910 total issues

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
Severity: Critical
Found in src/ELearn/Views/Topic.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_HTTP_Response_Json
Open

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

Reference to instance property forced_where from undeclared class \Pluf_Paginator
Open

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

Call to method render_object from undeclared class \Pluf_Paginator
Open

        return new Pluf_HTTP_Response_Json($paginator->render_object());
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $match['modelId']);
Severity: Critical
Found in src/ELearn/Views/Topic.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

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

Parameter $request has undeclared type \Pluf_HTTP_Request
Open

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

Reference to instance property user from undeclared class \Pluf_HTTP_Request
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        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_HTTP_Response_Json
Open

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

Reference to undeclared property \ELearn_Vote->creation_dtime
Open

            $this->creation_dtime = gmdate('Y-m-d H:i:s');
Severity: Minor
Found in src/ELearn/Vote.php by phan

Call to method createObject from undeclared class \Pluf_Views
Open

        return $plufService->createObject($request, $match, $p);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Reference to undeclared property \ELearn_Vote->id
Open

        if ($this->id == '') {
Severity: Minor
Found in src/ELearn/Vote.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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to method __construct from undeclared class \Pluf_Views
Open

        $plufService = new Pluf_Views();
Severity: Critical
Found in src/ELearn/Views/Topic.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/Topic.php by phan

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

                throw new Pluf_Exception_DoesNotExist('Topic with id (' . $topicId . ') does not exist in domain with id (' . $domainId . ')');
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan
Severity
Category
Status
Source
Language