Showing 910 of 910 total issues
Reference to undeclared property \ELearn_Vote->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function find($request, $match)
- Exclude checks
Parameter $request
has undeclared type \Pluf_HTTP_Request
Open
Open
public static function create($request, $match, $p)
- 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_Exception_DoesNotExist
Open
Open
throw new Pluf_Exception_DoesNotExist('Topic with id (' . $topic->id . ') does not exist in domain with id (' . $domain->id . ')');
- 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_Paginator
Open
Open
$paginator = new Pluf_Paginator($topic);
- Exclude checks
Call to method setFromRequest
from undeclared class \Pluf_Paginator
Open
Open
$paginator->setFromRequest($request);
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$domainId = $request->REQUEST['domain'];
- Exclude checks
Reference to undeclared property \ELearn_Vote->modif_dtime
Open
Open
$this->modif_dtime = gmdate('Y-m-d H:i:s');
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$request->REQUEST['lesson'] = $lessonId;
- Exclude checks
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 (' . $lessonId . ')');
- 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
$domain = Pluf_Shortcuts_GetObjectOr404('ELearn_Domain', $domainId);
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_Vote extends Pluf_Model
- Exclude checks
Reference to undeclared property \ELearn_Vote->_a
Open
Open
$this->_a['verbose'] = 'ELearn_Vote';
- 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 findAll()
is undeclared type \Pluf_HTTP_Response_Json
Open
Open
public static function findAll($request, $match)
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($searcher->render_object());
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Views
Open
Open
$plufService = new Pluf_Views();
- Exclude checks