Showing 910 of 910 total issues

Reference to undeclared property \ELearn_Topic->_a
Open

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

Call to method __construct from undeclared class \Pluf_HTTP_Response_Json
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

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

Call to method __construct from undeclared class \Pluf_Paginator
Open

        $paginator = new Pluf_Paginator($course);
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 __construct from undeclared class \Pluf_Views
Open

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

Call to method __construct from undeclared class \Pluf_Views
Open

        $plufService = new Pluf_Views();
Severity: Critical
Found in src/ELearn/Views/Lesson.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 with 2 arg(s) to \ELearn_Form_PartCreate::__construct() which only takes 0 arg(s) defined at /code/src/ELearn/Form/PartCreate.php:12
Open

        $form = new ELearn_Form_PartCreate($request->REQUEST, $extra);
Severity: Info
Found in src/ELearn/Views/Part.php by phan

Reference to instance property FILES from undeclared class \Pluf_HTTP_Request
Open

        $form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Catching undeclared class \Pluf_Exception
Open

        } catch (Pluf_Exception $e) {
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

            $sql = new Pluf_SQL('lesson=%s', array(
Severity: Critical
Found in src/ELearn/Views/Part.php by phan

Call to method setFromRequest from undeclared class \Pluf_Paginator
Open

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

Call to method main from undeclared class \PHPUnit\TextUI\Command
Open

PHPUnit\TextUI\Command::main();
Severity: Critical
Found in run.php by phan

Class extends undeclared class \Pluf_Model
Open

class ELearn_Comment extends Pluf_Model
Severity: Critical
Found in src/ELearn/Comment.php by phan

Reference to undeclared property \ELearn_Lesson->_a
Open

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

Class extends undeclared class \Pluf_Form_Model
Open

class ELearn_Form_PartUpdate extends Pluf_Form_Model
Severity: Critical
Found in src/ELearn/Form/PartUpdate.php by phan

Reference to undeclared property \ELearn_Form_PartUpdate->model
Open

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

Reference to undeclared property \ELearn_Part->_a
Open

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