Showing 910 of 910 total issues

Call to method __construct from undeclared class \Pluf_Exception_DoesNotExist
Open

    throw new Pluf_Exception_DoesNotExist("Part not found (Part name:" . $name . ")");
Severity: Critical
Found in src/ELearn/Shortcuts.php by phan

Call with 2 arg(s) to \ELearn_Form_PartUpdate::__construct() which only takes 0 arg(s) defined at /code/src/ELearn/Form/PartUpdate.php:11
Open

        $form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
Severity: Info
Found in src/ELearn/Views/Part.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/Course.php by phan

Reference to instance property REQUEST from undeclared class \Pluf_HTTP_Request
Open

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

Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

            Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
Severity: Critical
Found in src/ELearn/Views/Part.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 undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

            $lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
Severity: Critical
Found in src/ELearn/Views/Part.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/Lesson.php by phan

Call to method __construct from undeclared class \Pluf_SQL
Open

            $sql = new Pluf_SQL('course=%s', array(
Severity: Critical
Found in src/ELearn/Views/Lesson.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 undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open

        $lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
Severity: Critical
Found in src/ELearn/Views/Lesson.php by phan

Reference to undeclared property \ArrayObject->lesson (Did you mean $lesson)
Open

            if ($part->lesson !== $lesson->id) {
Severity: Minor
Found in src/ELearn/Views/Part.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/Part.php by phan

Reference to instance property items_per_page from undeclared class \Pluf_Paginator
Open

        $paginator->items_per_page = ELearn_Shortcuts_NormalizeItemPerPage($request);
Severity: Minor
Found in src/ELearn/Views/Part.php by phan

Reference to undeclared property \ELearn_Course->id
Open

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

Reference to undeclared property \ELearn_Domain->modif_dtime
Open

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

Call to method loadFunction from undeclared class \Pluf
Open

Pluf::loadFunction('ELearn_Shortcuts_CleanName');
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan

Class extends undeclared class \Pluf_Form_Model
Open

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

Reference to undeclared property \ELearn_Part->file_path
Open

            if (false == @mkdir($part->file_path, 0777, true)) {
Severity: Minor
Found in src/ELearn/Form/PartCreate.php by phan

Call to method __construct from undeclared class \Pluf_Form_Invalid
Open

                throw new Pluf_Form_Invalid('An error occured when creating the upload path. Please try to send the file again.');
Severity: Critical
Found in src/ELearn/Form/PartCreate.php by phan
Severity
Category
Status
Source
Language