Showing 910 of 910 total issues
Reference to instance property forced_where
from undeclared class \Pluf_Paginator
Open
Open
$paginator->forced_where = $sql;
- Exclude checks
Call to method gen
from undeclared class \Pluf_SQL
Open
Open
'filter' => $q->gen()
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($lessonCopy);
- Exclude checks
Call to undeclared function \__()
(Did you mean _()) Open
Open
throw new Pluf_Exception(sprintf(__('Part with the same name exist (name: %s'), $name));
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
- Exclude checks
Reference to undeclared property \ELearn_Comment->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
@throws type of ELearn_Shortcuts_GetPartByNameOr404
has undeclared type \CMS_Exception_ObjectNotFound
Open
Open
function ELearn_Shortcuts_GetPartByNameOr404 ($name)
- Exclude checks
Reference to undeclared property \ELearn_Course->_a
Open
Open
$this->_a['table'] = 'elearn_course';
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$form = new ELearn_Form_PartCreate($request->REQUEST, $extra);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$q = new Pluf_SQL('name=%s', array(
- Exclude checks
Return type of listAll()
is undeclared type \Pluf_HTTP_Response_Json
Open
Open
public static function listAll($request, $match, $p){
- Exclude checks
Reference to undeclared property \ELearn_Domain->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $courseId);
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->model
Open
Open
'file_name' => $this->model->id,
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Part with id (' . $partId . ') does not exist in lesson with id (' . $lessonId . ')');
- Exclude checks
Return type of create()
is undeclared type \Pluf_HTTP_Response
Open
Open
public static function create($request, $match, $p)
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->cleaned_data
Open
Open
if (array_key_exists('file', $this->cleaned_data)) {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($partCopy);
- Exclude checks