Showing 910 of 910 total issues
Reference to undeclared property \ELearn_Topic->_a
Open
Open
$this->_a['cols'] = array(
- Exclude checks
Call to method __construct
from undeclared class \Pluf_HTTP_Response_Json
Open
Open
return new Pluf_HTTP_Response_Json($object->getList());
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$course = Pluf_Shortcuts_GetObjectOr404('ELearn_Course', $match['courseId']);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Paginator
Open
Open
$paginator = new Pluf_Paginator($course);
- Exclude checks
Call to undeclared function \Pluf_Shortcuts_GetObjectOr404()
Open
Open
$topic = Pluf_Shortcuts_GetObjectOr404('ELearn_Topic', $topicId);
- Exclude checks
Call to method __construct
from undeclared class \Pluf_Views
Open
Open
$plufService = new Pluf_Views();
- 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 __construct
from undeclared class \Pluf_Views
Open
Open
$plufService = new Pluf_Views();
- Exclude checks
Reference to instance property REQUEST
from undeclared class \Pluf_HTTP_Request
Open
Open
$request->REQUEST['lesson'] = $lessonId;
- Exclude checks
Call with 2 arg(s) to \ELearn_Form_PartCreate::__construct()
which only takes 0 arg(s) defined at /code/src/ELearn/Form/PartCreate.php:12
Open
Open
$form = new ELearn_Form_PartCreate($request->REQUEST, $extra);
- Exclude checks
Reference to instance property FILES
from undeclared class \Pluf_HTTP_Request
Open
Open
$form = new ELearn_Form_PartUpdate(array_merge($request->REQUEST, $request->FILES), $extra);
- Exclude checks
Catching undeclared class \Pluf_Exception
Open
Open
} catch (Pluf_Exception $e) {
- Exclude checks
Call to method __construct
from undeclared class \Pluf_SQL
Open
Open
$sql = new Pluf_SQL('lesson=%s', array(
- Exclude checks
Call to method setFromRequest
from undeclared class \Pluf_Paginator
Open
Open
$paginator->setFromRequest($request);
- Exclude checks
Call to method main
from undeclared class \PHPUnit\TextUI\Command
Open
Open
PHPUnit\TextUI\Command::main();
- Exclude checks
Class extends undeclared class \Pluf_Model
Open
Open
class ELearn_Comment extends Pluf_Model
- Exclude checks
Reference to undeclared property \ELearn_Lesson->_a
Open
Open
$this->_a['verbose'] = 'ELearn_Lesson';
- Exclude checks
Class extends undeclared class \Pluf_Form_Model
Open
Open
class ELearn_Form_PartUpdate extends Pluf_Form_Model
- Exclude checks
Reference to undeclared property \ELearn_Form_PartUpdate->model
Open
Open
$this->model = $extra['model'];
- Exclude checks
Reference to undeclared property \ELearn_Part->_a
Open
Open
$this->_a['idx'] = array(
- Exclude checks