Showing 910 of 910 total issues

Reference to undeclared property \ELearn_Vote->_a
Open

        $this->_a['cols'] = array(
Severity: Minor
Found in src/ELearn/Vote.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/Topic.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/Topic.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/Topic.php by phan

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

                throw new Pluf_Exception_DoesNotExist('Topic with id (' . $topic->id . ') does not exist in domain with id (' . $domain->id . ')');
Severity: Critical
Found in src/ELearn/Views/Topic.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_Paginator
Open

        $paginator = new Pluf_Paginator($topic);
Severity: Critical
Found in src/ELearn/Views/Topic.php by phan

Call to method setFromRequest from undeclared class \Pluf_Paginator
Open

        $paginator->setFromRequest($request);
Severity: Critical
Found in src/ELearn/Views/Topic.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

Reference to undeclared property \ELearn_Vote->modif_dtime
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

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 (' . $lessonId . ')');
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['lesson'];
Severity: Minor
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

Class extends undeclared class \Pluf_Model
Open

class ELearn_Vote extends Pluf_Model
Severity: Critical
Found in src/ELearn/Vote.php by phan

Reference to undeclared property \ELearn_Vote->_a
Open

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

Return type of findAll() is undeclared type \Pluf_HTTP_Response_Json
Open

    public static function findAll($request, $match)
Severity: Minor
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($searcher->render_object());
Severity: Critical
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
Severity
Category
Status
Source
Language