Showing 910 of 910 total issues

Call to undeclared method \ELearn_Part::delete
Open

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

Reference to undeclared property \ELearn_Domain->id
Open

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

Reference to undeclared property \ELearn_Form_PartUpdate->fields
Open

        $this->fields['file'] = new Pluf_Form_Field_File(array(
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to undeclared property \ELearn_Grade->_a
Open

        $this->_a['verbose'] = 'ELearn_Graid';
Severity: Minor
Found in src/ELearn/Grade.php by phan

Reference to undeclared property \ELearn_Lesson->creation_dtime
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to method __construct from undeclared class \Pluf_SQL
Open

            $sql = new Pluf_SQL($request->REQUEST['_px_fk'] . '=%s', $request->REQUEST['_px_fv']);
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to undeclared function \__() (Did you mean _())
Open

        throw new Pluf_Exception(__('Part name must not be new, find'));
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call to method __construct from undeclared class \Pluf_Views
Open

        $plufService = new Pluf_Views();
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Call to method setFromRequest from undeclared class \Pluf_Paginator
Open

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

Call to method updateObject from undeclared class \Pluf_Views
Open

        return $plufService->updateObject($request, $match, $p);
Severity: Critical
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/Lesson.php by phan

Returning type \Pluf_HTTP_Response_Json but create() is declared to return \Pluf_HTTP_Response
Open

        return new Pluf_HTTP_Response_Json($part);
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 __construct from undeclared class \Pluf_Paginator
Open

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

Call to undeclared method \ELearn_Part::setFromFormData
Open

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

Reference to undeclared property \ELearn_Part->_a
Open

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