Showing 910 of 910 total issues
Reference to undeclared property \ELearn_PartHistory->_a
Open
Open
$this->_a['verbose'] = 'ELearn_PartHistory';
- 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 list_filters
from undeclared class \Pluf_Paginator
Open
Open
$paginator->list_filters = array(
- Exclude checks
Call to method loadFunction
from undeclared class \Pluf
Open
Open
Pluf::loadFunction('Pluf_Shortcuts_GetObjectOr404');
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $match['lessonId']);
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function create($request, $match, $p)
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$part = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $match['partId']);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$lessonId = $request->REQUEST['lessonId'];
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$partCopy = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $partId);
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function download($request, $match)
- Exclude checks
Reference to undeclared property \ELearn_Comment->_a
Open
Open
$this->_a['table'] = 'elearn_comment';
- Exclude checks
Reference to undeclared property \ELearn_Comment->id
Open
Open
if ($this->id == '') {
- Exclude checks
Reference to undeclared property \ELearn_Form_PartCreate->cleaned_data
Open
Open
$part->setFromFormData($this->cleaned_data);
- Exclude checks
Reference to undeclared class \Pluf_Form_Model
Open
Open
parent::initFields($extra);
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->model
Open
Open
'upload_path' => $this->model->file_path,
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_Part extends Pluf_Model
- Exclude checks
Reference to undeclared property \ELearn_Part->file_path
Open
Open
return $this->file_path . '/' . $this->id;
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$lastsql = new Pluf_SQL();
- Exclude checks
Call to method gen
from undeclared class \Pluf_SQL
Open
Open
$this->where_clause = $lastsql->gen();
- Exclude checks
@throws type of ELearn_Shortcuts_CleanName
has undeclared type \Pluf_Exception
Open
Open
function ELearn_Shortcuts_CleanName($name)
- Exclude checks