Showing 910 of 910 total issues
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Part with id (' . $part->id . ') does not exist in lesson with id (' . $lesson->id . ')');
- Exclude checks
Reference to undeclared property \ArrayObject->id
Open
Open
throw new Pluf_Exception_DoesNotExist('Part with id (' . $part->id . ') does not exist in lesson with id (' . $lesson->id . ')');
- Exclude checks
Reference to instance property forced_where
from undeclared class \Pluf_Paginator
Open
Open
$paginator->forced_where = $sql;
- Exclude checks
Reference to undeclared property \ELearn_Lesson->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$part = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $partId);
- Exclude checks
Reference to undeclared property \ELearn_Part->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
Reference to undeclared property \ELearn_Part->file_path
Open
Open
unlink($this->file_path . '/' . $this->id);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$this->sort_order[0] = $request->REQUEST['_px_sk'];
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
if (isset($request->REQUEST['_px_so']) and ($request->REQUEST['_px_so'] == 'd')) {
- Exclude checks
Call to method getList
from undeclared class \Pluf_Model
Open
Open
$items = $model->getList(
- Exclude checks
Reference to undeclared property \ELearn_Topic->creation_dtime
Open
Open
$this->creation_dtime = gmdate('Y-m-d H:i:s');
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function create($request, $match, $p)
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$request->REQUEST['topic'] = $topicId;
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($course);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Course with id (' . $courseId . ') does not exist in topic with id (' . $topicId . ')');
- Exclude checks
Call to method loadFunction
from undeclared class \Pluf
Open
Open
Pluf::loadFunction('ELearn_Shortcuts_NormalizeItemPerPage');
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Lesson with id (' . $lesson->id . ') does not exist in course with id (' . $course->id . ')');
- 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
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $match['modelId']);
- Exclude checks