Showing 910 of 910 total issues
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$domain = Pluf_Shortcuts_GetObjectOr404('ELearn_Domain', $domainId);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($part);
- Exclude checks
Reference to instance property forced_where
from undeclared class \Pluf_Paginator
Open
Open
$paginator->forced_where = $sql;
- 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 undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $match['modelId']);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$lessonId = $request->REQUEST['lesson'];
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$lesson = Pluf_Shortcuts_GetObjectOr404('ELearn_Lesson', $lessonId);
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function findAll($request, $match)
- Exclude checks
Reference to instance property user
from undeclared class \Pluf_HTTP_Request
Open
Open
$request->REQUEST['owner'] = $request->user->id;
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
Pluf_Shortcuts_GetObjectOr404('ELearn_Domain', $domainId);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($topicCopy);
- Exclude checks
Reference to undeclared property \ELearn_Vote->creation_dtime
Open
Open
$this->creation_dtime = gmdate('Y-m-d H:i:s');
- 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_Vote->id
Open
Open
if ($this->id == '') {
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
} else if (isset($request->REQUEST['lesson'])) {
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$domainId = $request->REQUEST['domain'];
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Views
Open
Open
$plufService = new Pluf_Views();
- Exclude checks
Return type of find()
is undeclared type \Pluf_HTTP_Response_Json
Open
Open
public static function find($request, $match)
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Topic with id (' . $topicId . ') does not exist in domain with id (' . $domainId . ')');
- Exclude checks