Showing 910 of 910 total issues

Call to method createObject from undeclared class \Pluf_Views
Open

        return $plufService->createObject($request, $match, $p);
Severity: Critical
Found in src/ELearn/Views/Course.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/Course.php by phan

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $courseCopy = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
Severity: Critical
Found in src/ELearn/Views/Course.php by phan

Reference to undeclared property \ELearn_Comment->creation_dtime
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to method __construct from undeclared class \Pluf_Exception_Form
Open

            throw new Pluf_Exception_Form('cannot save the Part from an invalid form', $this);
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Call to method setFromRequest from undeclared class \Pluf_Paginator
Open

        $paginator->setFromRequest($request);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Reference to instance property user from undeclared class \Pluf_HTTP_Request
Open

            'user' => $request->user,
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->data
Open

            $myFile = $this->data['file'];
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to undeclared property \ELearn_Comment->_a
Open

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

Class extends undeclared class \Pluf_Model
Open

class ELearn_Course extends Pluf_Model
Severity: Critical
Found in src/ELearn/Course.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

                $request->REQUEST['_px_fk'],
Severity: Minor
Found in src/ELearn/Searcher.php by phan

Reference to undeclared property \ELearn_Course->_a
Open

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

Call to method keywords from undeclared class \Pluf_SQL
Open

            $keywords = $lastsql->keywords($this->search_string);
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Call to method f from undeclared class \Pluf
Open

        $part->file_path = Pluf::f('upload_path') . '/' . $this->tenant->id . '/part';
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Parameter $model has undeclared type \Pluf_Model
Open

function ELearn_Shortcuts_FindAll($model, $filter, $sort){
Severity: Minor
Found in src/ELearn/Shortcuts.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->cleaned_data
Open

        $name = $this->cleaned_data['name'];
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to undeclared property \ELearn_Part->creation_dtime
Open

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

Reference to undeclared property \ELearn_Part->file_size
Open

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

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

                $request->REQUEST['_px_fv']
Severity: Minor
Found in src/ELearn/Searcher.php by phan
Severity
Category
Status
Source
Language