e107_plugins/list_new/list_class.php
Reference to undeclared property \listclass->row
Open
Open
$this->row['heading'] = '';
- Exclude checks
Reference to undeclared property \listclass->e107
Open
Open
$this->e107 = e107::getInstance();
- Exclude checks
Reference to undeclared property \listclass->settings
Open
Open
$this->mode_content = $this->settings['section'];
- Exclude checks
Reference to undeclared property \listclass->mode_content
Open
Open
$this->mode_content = $this->settings['section'];
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
e107::includeLan($this->plugin_dir."languages/".e_LANGUAGE.".php");
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['info'] = '';
- Exclude checks
Call to method filterProfanities
from undeclared class \e_profanityFilter
Open
Open
$listArray[$k]['heading'] = $this->pf->filterProfanities($v['heading']);
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
require_once($this->plugin_dir."list_template.php");
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->rc = $this;
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
require_once($this->plugin_dir."section/list_".$file.".php");
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
if(is_readable($this->plugin_dir."images/".$icon))
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
$bullet = "<img src='".$this->plugin_dir."images/".$icon."' alt='' />";
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['timelapse'] .= $rs->form_select_open("timelapse", $selectjs).$rs->form_option(LIST_MENU_5, 0, $url);
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['timelapse'] .= $rs->form_option($a, ($timelapse == $a ? '1' : '0'), $url.".".$a);
- Exclude checks
Call to method __construct
from undeclared class \e_profanityFilter
Open
Open
$this->pf = new e_profanityFilter;
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
$url = $this->plugin_dir."list.php?new";
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
require_once($this->plugin_dir."list_shortcodes.php");
- Exclude checks
Reference to undeclared property \listclass->template
Open
Open
$this->template = $TEMPLATE_LIST_NEW;
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
require_once($this->plugin_dir."list_admin_class.php");
- Exclude checks
Variable $arr
was undeclared, but array fields are being added to it. Open
Open
$arr[$s]['caption'] = vartrue($this->list_pref[$s."_".$mode."_caption"]);
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['category'] = '';
- Exclude checks
Returning type void
but parseRecord()
is declared to return string
Open
Open
return;
- Exclude checks
Reference to undeclared property \listclass->settings
Open
Open
$file = $this->settings['section'];
- Exclude checks
Reference to undeclared property \listclass->admin
Open
Open
$this->admin = new list_admin($this);
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
foreach($this->data['records'] as $this->row)
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->shortcodes->row = $this->row;
- Exclude checks
Returning type void
but displayTimelapse()
is declared to return string
Open
Open
return;
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->plugin = $sect['section'];
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['caption'] = '';
- Exclude checks
Reference to undeclared property \listclass->settings
Open
Open
if(is_array($this->content_types) && in_array($this->settings['section'], $this->content_types))
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->row = $this->row;
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->row['heading'] = $this->data['records'];
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['timelapse'] = LIST_MENU_6;
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->list_pref = $this->list_pref;
- Exclude checks
Reference to undeclared property \listclass->plugin_dir
Open
Open
$this->plugin_dir = e_PLUGIN."list_new/";
- Exclude checks
Argument 1 (parent)
is \listclass
but \list_admin::__construct()
takes \list_admin_class
defined at /code/e107_plugins/list_new/list_admin_class.php:31
Open
Open
$this->admin = new list_admin($this);
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['author'] = '';
- Exclude checks
Expected an object instance when accessing an instance property, but saw an expression with type false
Open
Open
$this->shortcodes->list_pref = $this->list_pref;
- Exclude checks
Assigning \list_shortcodes
to property but \listclass->shortcodes
is false
Open
Open
$this->shortcodes = new list_shortcodes();
- Exclude checks
Reference to undeclared constant \BULLET
Open
Open
$default_bullet = '<img src="'.THEME.'images/'.BULLET.'" alt="" class="icon" />';
- Exclude checks
Argument 3 (extraCodes)
is false
but \e_parse::parseTemplate()
takes array|object
defined at /code/e107_handlers/e_parse_class.php:846
Open
Open
return e107::getParser()->parseTemplate(varset($this->template[$template]), true, $this->shortcodes);
- Exclude checks
Reference to undeclared property \listclass->settings
Open
Open
$this->settings = $arr;
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['date'] = '';
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['timelapse'] .= $rs->form_select_close();
- Exclude checks
Reference to undeclared property \listclass->template
(Did you mean $template) Open
Open
return e107::getParser()->parseTemplate(varset($this->template[$template]), true, $this->shortcodes);
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row = array();
- Exclude checks
Reference to undeclared property \listclass->row
Open
Open
$this->row['icon'] = '';
- Exclude checks