Showing 910 of 910 total issues

Reference to undeclared property \ELearn_Domain->_a
Open

        $this->_a['table'] = 'elearn_domain';
Severity: Minor
Found in src/ELearn/Domain.php by phan

Reference to undeclared property \ELearn_Domain->_a
Open

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

Reference to undeclared property \ELearn_Part->file_path
Open

        if (! is_dir($part->file_path)) {
Severity: Minor
Found in src/ELearn/Form/PartCreate.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

                    $sqlor = new Pluf_SQL();
Severity: Critical
Found in src/ELearn/Searcher.php by phan

Reference to undeclared class \Pluf_Form_Model
Open

        $model = parent::save(false);
Severity: Critical
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

    $count = array_key_exists('_px_c', $request->REQUEST) ? intval($request->REQUEST['_px_c']) : 30;
Severity: Minor
Found in src/ELearn/Shortcuts.php by phan

Class extends undeclared class \Pluf_Model
Open

class ELearn_Lesson extends Pluf_Model
Severity: Critical
Found in src/ELearn/Lesson.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->model
Open

        $this->model->_a['cols']['lesson']['blank'] = true;
Severity: Minor
Found in src/ELearn/Form/PartUpdate.php by phan

Call to method __construct from undeclared class \Pluf_Form_Field_File
Open

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

Call to method gen from undeclared class \Pluf_SQL
Open

            'filter' => $q->gen()
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Return type of render_object() is undeclared type \unknown
Open

    function render_object()
Severity: Minor
Found in src/ELearn/Searcher.php by phan

Reference to undeclared property \ELearn_Topic->_a
Open

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

Reference to undeclared property \ELearn_Course->_a
Open

        $this->_a['cols'] = array(
Severity: Minor
Found in src/ELearn/Course.php by phan

Reference to undeclared property \ELearn_Topic->id
Open

        if ($this->id == '') {
Severity: Minor
Found in src/ELearn/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/Course.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 method current from undeclared class \Pluf_Tenant
Open

        $this->tenant = Pluf_Tenant::current();
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Reference to undeclared property \ELearn_Lesson->_a
Open

        $this->_a['table'] = 'elearn_lesson';
Severity: Minor
Found in src/ELearn/Lesson.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/Course.php by phan

Reference to undeclared property \ELearn_Part->file_path
Open

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