function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_editUserPrefsForm = $params['edituserprefsform']; $this->_userIdToEdit = $params['userid']; $this->_dialogembedded = $params['dialogembedded']; }
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_editUserPrefsForm = $params['edituserprefsform']; $this->_userIdToEdit = $params['userid']; $this->_dialogembedded = $params['dialogembedded']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); # stuur een expires header zodat dit niet gecached is, hierin staat # state van de boom $this->sendExpireHeaders(true); $this->sendContentTypeHeader(); $this->_params = $params; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_editFilterForm = $params['editfilterform']; $this->_filterId = $params['filterid']; $this->_orderList = $params['orderfilterslist']; $this->_search = $params['search']; $this->_sorton = $params['sorton']; $this->_sortorder = $params['sortorder']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_params = $params; $action = $this->_params['action']; if (array_search($action, array('add', 'remove')) === false) { $action = ''; } $this->_action = $action; }
function __construct($db, $settings, $prefs, $messageid, $action, $params) { parent::__construct($db, $settings, $prefs); $this->_messageid = trim($messageid); if (array_search($action, array('add', 'remove', 'list')) === false) { $action = 'list'; } # if $this->_action = $action; $this->_params = $params; } # ctor
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_editFilterForm = $params['editfilterform']; $this->_filterId = $params['filterid']; $this->_orderList = $params['orderfilterslist']; $this->_search = $params['search']; $this->_sorton = $params['sorton']; $this->_sortorder = $params['sortorder']; $this->_data = $params['data']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { SpotTiming::start('SpotPage_Index::ctor'); parent::__construct($db, $settings, $currentSession); $this->_params = $params; $action = $this->_params['action']; if (array_search($action, array('add', 'remove')) === false) { $action = ''; } $this->_action = $action; SpotTiming::stop('SpotPage_Index::ctor'); }
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { SpotTiming::start('SpotPage_Index::ctor'); parent::__construct($daoFactory, $settings, $currentSession); $this->_params = $params; /* * Make sure only valid actions (either add or remove) are allowd, * else perform like no action was given */ if (array_search($this->_params['action'], array('add', 'remove')) === false) { $this->_action = ''; } else { $this->_action = $this->_params['action']; } # else SpotTiming::stop('SpotPage_Index::ctor'); }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_loginForm = $params['loginform']; $this->_params = $params; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $tplName, $params) { parent::__construct($db, $settings, $currentSession); $this->_tplname = $tplName; $this->_params = $params; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_createUserForm = $params['createuserform']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $messageid) { parent::__construct($db, $settings, $currentSession); $this->_messageid = $messageid; } # ctor
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_messageid = $params['messageid']; $this->_image = $params['image']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_blForm = $params['blform']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_reportForm = $params['reportform']; $this->_inReplyTo = $params['inreplyto']; }
function __construct($db, $settings, $prefs, $messageid) { parent::__construct($db, $settings, $prefs); $this->_messageid = $messageid; }
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_spotForm = $params['editspotform']; $this->_messageId = $params['messageid']; }
function __construct($db, $settings, $prefs, $req) { parent::__construct($db, $settings, $prefs); $this->_req = $req; }
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_messageid = $params['messageid']; $this->_image = $params['image']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_editUserPrefsForm = $params['edituserprefsform']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_params = $params; } # ctor
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_params = $params; }
function __construct($db, $settings, $prefs, $params) { parent::__construct($db, $settings, $prefs); $this->_messageid = $params['messageid']; $this->_image = $params['image']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession) { parent::__construct($db, $settings, $currentSession); }
function __construct($db, $settings, $prefs, $params) { parent::__construct($db, $settings, $prefs); $this->_params = $params; }
function __construct($db, $settings, $prefs, $params) { parent::__construct($db, $settings, $prefs); $this->_messageid = $params['messageid']; $this->_action = $params['action']; } # ctor
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_editUserForm = $params['edituserform']; $this->_userIdToEdit = $params['userid']; }
function __construct(SpotDb $db, SpotSettings $settings, $currentSession, $params) { parent::__construct($db, $settings, $currentSession); $this->_editSecGroupForm = $params['editsecgroupform']; $this->_groupId = $params['groupid']; } # ctor
function __construct(Dao_Factory $daoFactory, Services_Settings_Container $settings, array $currentSession, array $params) { parent::__construct($daoFactory, $settings, $currentSession); $this->_reportForm = $params['reportform']; $this->_inReplyTo = $params['inreplyto']; }