Showing 910 of 910 total issues
Reference to undeclared property \ELearn_Part->file_size
Open
Open
$this->file_size = 0;
- Exclude checks
Reference to undeclared property \ELearn_PartHistory->_a
Open
Open
$this->_a['table'] = 'elearn_parthistory';
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
if (isset($request->REQUEST['_px_sk']) and in_array($request->REQUEST['_px_sk'], $this->sort_fields)) {
- Exclude checks
Call to method SOr
from undeclared class \Pluf_SQL
Open
Open
$sql->SOr($sqlor);
- Exclude checks
Call to undeclared method \ELearn_Topic::getList
Open
Open
$item = $item->getList(array(
- Exclude checks
Call to method gen
from undeclared class \Pluf_SQL
Open
Open
'filter' => $q->gen()
- Exclude checks
Call to undeclared method \ELearn_Part::getList
Open
Open
$item = $item->getList(
- Exclude checks
Call to method count
on non-class type null
Open
Open
if ($item->count() > 1) {
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_Topic extends Pluf_Model
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function listAll($request, $match, $p){
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
} elseif (isset($request->REQUEST['topicId'])) {
- 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
Return type of find()
is undeclared type \Pluf_HTTP_Response_Json
Open
Open
public static function find($request, $match)
- Exclude checks
Return type of create()
is undeclared type \Pluf_HTTP_Response
Open
Open
public static function create($request, $match, $p)
- 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 method configure
from undeclared class \Pluf_Paginator
Open
Open
$paginator->configure(array(), $search_fields, $sort_fields);
- Exclude checks
Return type of download()
is undeclared type \Pluf_HTTP_Response_File
Open
Open
public static function download($request, $match)
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_File
Open
Open
$response = new Pluf_HTTP_Response_File($part->getAbsloutPath(), $part->mime_type);
- Exclude checks
Call with 2 arg(s) to \ELearn_Views_Part::update()
which requires 3 arg(s) defined at /code/src/ELearn/Views/Part.php:153
Open
Open
return ELearn_Views_Part::update($request, $match);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks