Showing 910 of 910 total issues
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist("Part not found (Part name:" . $name . ")");
- Exclude checks
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
Open
$form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function find($request, $match)
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$topicId = $request->REQUEST['topicId'];
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function find($request, $match)
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$sql = new Pluf_SQL('course=%s', array(
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($part);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks
Reference to undeclared property \ArrayObject->lesson
(Did you mean $lesson) Open
Open
if ($part->lesson !== $lesson->id) {
- Exclude checks
Reference to instance property list_filters
from undeclared class \Pluf_Paginator
Open
Open
$paginator->list_filters = array(
- Exclude checks
Reference to instance property items_per_page
from undeclared class \Pluf_Paginator
Open
Open
$paginator->items_per_page = ELearn_Shortcuts_NormalizeItemPerPage($request);
- Exclude checks
Reference to undeclared property \ELearn_Course->id
Open
Open
if ($this->id == '') {
- Exclude checks
Reference to undeclared property \ELearn_Domain->modif_dtime
Open
Open
$this->modif_dtime = gmdate('Y-m-d H:i:s');
- Exclude checks
Call to method loadFunction
from undeclared class \Pluf
Open
Open
Pluf::loadFunction('ELearn_Shortcuts_CleanName');
- Exclude checks
Class extends undeclared class \Pluf_Form_Model
Open
Open
class ELearn_Form_PartCreate extends Pluf_Form_Model
- Exclude checks
Reference to undeclared property \ELearn_Part->file_path
Open
Open
if (false == @mkdir($part->file_path, 0777, true)) {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Form_Invalid
Open
Open
throw new Pluf_Form_Invalid('An error occured when creating the upload path. Please try to send the file again.');
- Exclude checks