Showing 910 of 910 total issues
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function create($request, $match, $p)
- Exclude checks
Reference to instance property forced_where
from undeclared class \Pluf_Paginator
Open
Open
$paginator->forced_where = $sql;
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $match['modelId']);
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_Grade extends Pluf_Model
- Exclude checks
Call to method createObject
from undeclared class \Pluf_Views
Open
Open
return $plufService->createObject($request, $match, $p);
- Exclude checks
Reference to undeclared property \ELearn_Part->_a
Open
Open
$this->_a['verbose'] = 'ELearn_Part';
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$this->search_string = $request->REQUEST['_px_q'];
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($lesson);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Lesson with id (' . $lessonId . ') does not exist in course with id (' . $courseId . ')');
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$sql = new Pluf_SQL();
- 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
Call to method __construct
from undeclared class \Pluf_Paginator
Open
Open
$paginator = new Pluf_Paginator($lesson);
- Exclude checks
Call to method SAnd
from undeclared class \Pluf_SQL
Open
Open
$lastsql->SAnd($this->forced_where);
- Exclude checks
Return type of find()
is undeclared type \Pluf_HTTP_Response_Json
Open
Open
public static function find($request, $match)
- Exclude checks
Reference to undeclared property \ELearn_Part->id
Open
Open
unlink($this->file_path . '/' . $this->id);
- Exclude checks
Call to method render_object
from undeclared class \Pluf_Paginator
Open
Open
return new Pluf_HTTP_Response_Json($paginator->render_object());
- Exclude checks
Reference to undeclared property \ELearn_Topic->_a
Open
Open
$this->_a['table'] = 'elearn_topic';
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
if (isset($request->REQUEST['_px_q'])) {
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$courseId = $request->REQUEST['course'];
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$q = new Pluf_SQL('name=%s', array(
- Exclude checks