Showing 910 of 910 total issues
Call to undeclared method \ELearn_Part::delete
Open
Open
$part->delete();
- Exclude checks
Reference to undeclared property \ELearn_Domain->id
Open
Open
if ($this->id == '') {
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->fields
Open
Open
$this->fields['file'] = new Pluf_Form_Field_File(array(
- Exclude checks
Reference to undeclared property \ELearn_Grade->_a
Open
Open
$this->_a['verbose'] = 'ELearn_Graid';
- Exclude checks
Reference to undeclared property \ELearn_Lesson->creation_dtime
Open
Open
$this->creation_dtime = gmdate('Y-m-d H:i:s');
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
if (isset($request->REQUEST['_px_fk']) and in_array($request->REQUEST['_px_fk'], $this->list_filters) and isset($request->REQUEST['_px_fv'])) {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$sql = new Pluf_SQL($request->REQUEST['_px_fk'] . '=%s', $request->REQUEST['_px_fv']);
- Exclude checks
Call to undeclared function \__()
(Did you mean _()) Open
Open
throw new Pluf_Exception(__('Part name must not be new, find'));
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Views
Open
Open
$plufService = new Pluf_Views();
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Call to method setFromRequest
from undeclared class \Pluf_Paginator
Open
Open
$paginator->setFromRequest($request);
- 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
Call to method updateObject
from undeclared class \Pluf_Views
Open
Open
return $plufService->updateObject($request, $match, $p);
- Exclude checks
Reference to instance property list_filters
from undeclared class \Pluf_Paginator
Open
Open
$paginator->list_filters = array(
- Exclude checks
Returning type \Pluf_HTTP_Response_Json
but create()
is declared to return \Pluf_HTTP_Response
Open
Open
return new Pluf_HTTP_Response_Json($part);
- 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 __construct
from undeclared class \Pluf_Paginator
Open
Open
$paginator = new Pluf_Paginator($part);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($paginator->render_object());
- Exclude checks
Call to undeclared method \ELearn_Part::setFromFormData
Open
Open
$part->setFromFormData($this->cleaned_data);
- Exclude checks
Reference to undeclared property \ELearn_Part->_a
Open
Open
$this->_a['table'] = 'elearn_part';
- Exclude checks