Showing 910 of 910 total issues
Call to method __construct
from undeclared class \Pluf_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Part with id (' . $part->id . ') does not exist in lesson with id (' . $lesson->id . ')');
- 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
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topicCopy = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Reference to instance property headers
from undeclared class \Pluf_HTTP_Response_File
Open
Open
$response->headers['Content-Disposition'] = sprintf('attachment; filename="%s"', $part->file_name);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($topic);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
} elseif (isset($request->REQUEST['domain'])) {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$sql = new Pluf_SQL('domain=%s', array(
- Exclude checks
Call to undeclared method \ELearn_Part::update
Open
Open
$part->update();
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
private static function validatePart($request, $match, $id){
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$part = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $match['partId']);
- Exclude checks
Argument 2 (use_include_path)
is 'r'
but \file_get_contents()
takes bool
Open
Open
$entityBody = file_get_contents('php://input', 'r');
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$request->REQUEST['owner'] = $request->user->id;
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
} else if (isset($request->REQUEST['lesson'])) {
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$part = Pluf_Shortcuts_GetObjectOr404('ELearn_Part', $id);
- 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_SQL
Open
Open
$sql = new Pluf_SQL('domain=%s', array(
- Exclude checks
Call to method loadFunction
from undeclared class \Pluf
Open
Open
Pluf::loadFunction('ELearn_Shortcuts_NormalizeItemPerPage');
- Exclude checks
Reference to instance property list_filters
from undeclared class \Pluf_Paginator
Open
Open
$paginator->list_filters = array(
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $match['topicId']);
- Exclude checks
Reference to undeclared property \ELearn_Vote->_a
Open
Open
$this->_a['table'] = 'elearn_vote';
- Exclude checks