Home
last modified time | relevance | path

Searched refs:updateNulls (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/joomla3/joomla3-3.9.24/libraries/fof/table/
H A Dbehavior.php64 …* @param boolean $updateNulls Should nulls be saved as nulls (true) or just skipped over (fals…
68 public function onBeforeStore(&$table, $updateNulls) argument
89 …* @param boolean $updateNulls Should nulls be saved as nulls (true) or just skipped over (fals…
93 public function onBeforeMove(&$table, $updateNulls) argument
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_privacy/tables/
H A Dconsent.php39 * @param boolean $updateNulls True to update fields even if they are null.
45 public function store($updateNulls = false) argument
63 return parent::store($updateNulls);
H A Drequest.php42 * @param boolean $updateNulls True to update fields even if they are null.
48 public function store($updateNulls = false) argument
66 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Table/
H A DCoreContent.php226 * @param boolean $updateNulls True to update fields even if they are null.
232 public function store($updateNulls = false) argument
268 $result = parent::store($updateNulls);
270 return $result && $this->storeUcmBase($updateNulls, $isNew);
276 * @param boolean $updateNulls True to update fields even if they are null.
283 protected function storeUcmBase($updateNulls = false, $isNew = false) argument
H A DLanguage.php54 * @param boolean $updateNulls True to update fields even if they are null.
60 public function store($updateNulls = false) argument
88 return parent::store($updateNulls);
H A DContentType.php61 * @param boolean $updateNulls True to update fields even if they are null.
67 public function store($updateNulls = false) argument
79 return parent::store($updateNulls);
H A DTableInterface.php109 * @param boolean $updateNulls True to update fields even if they are null.
115 public function store($updateNulls = false); argument
H A DModule.php178 * @param boolean $updateNulls True to update fields even if they are null.
184 public function store($updateNulls = false) argument
197 return parent::store($updateNulls);
H A DCategory.php205 * @param boolean $updateNulls True to update fields even if they are null.
211 public function store($updateNulls = false) argument
249 return parent::store($updateNulls);
H A DContentHistory.php66 * @param boolean $updateNulls True to update fields even if they are null.
72 public function store($updateNulls = false) argument
90 return parent::store($updateNulls);
H A DUsergroup.php170 * @param boolean $updateNulls If false, null object variables are not updated
176 public function store($updateNulls = false) argument
178 if ($result = parent::store($updateNulls))
H A DMenu.php138 * @param boolean $updateNulls True to update fields even if they are null.
145 public function store($updateNulls = false) argument
272 if (!parent::store($updateNulls))
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_templates/tables/
H A Dstyle.php84 * @param boolean $updateNulls True to update fields even if they are null.
90 public function store($updateNulls = false) argument
103 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_redirect/tables/
H A Dlink.php110 * @param boolean $updateNulls True to update fields even if they are null.
116 public function store($updateNulls = false) argument
128 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_newsfeeds/tables/
H A Dnewsfeed.php120 * @param boolean $updateNulls True to update fields even if they are null.
126 public function store($updateNulls = false) argument
166 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/tables/
H A Dnote.php40 * @param boolean $updateNulls Toggle whether null values should be updated.
46 public function store($updateNulls = false) argument
68 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/data/src/
H A DDataObject.php120 * @param boolean $updateNulls True to bind null values, false to ignore null values.
127 public function bind($properties, $updateNulls = true) argument
152 if ($value === null && !$updateNulls)
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Table/Observer/
H A DAbstractObserver.php76 * @param boolean $updateNulls The result of the load
83 public function onBeforeStore($updateNulls, $tableKey) argument
H A DTags.php94 * @param boolean $updateNulls The result of the load
101 public function onBeforeStore($updateNulls, $tableKey) argument
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_contact/tables/
H A Dcontact.php50 * @param boolean $updateNulls True to update fields even if they are null.
56 public function store($updateNulls = false) argument
124 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_banners/tables/
H A Dbanner.php170 * @param boolean $updateNulls True to update fields even if they are null.
174 public function store($updateNulls = false) argument
219 parent::store($updateNulls);
244 parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/table/behavior/
H A Dtags.php66 …* @param boolean $updateNulls Should nulls be saved as nulls (true) or just skipped over (fals…
70 public function onBeforeStore(&$table, $updateNulls) argument
/dports/www/joomla3/joomla3-3.9.24/libraries/legacy/table/
H A Dsession.php71 * @param boolean $updateNulls True to update fields even if they are null.
78 public function update($updateNulls = false) argument
81 $ret = $this->_db->updateObject($this->_tbl, $this, 'session_id', $updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_finder/tables/
H A Dfilter.php200 * @param boolean $updateNulls True to update fields even if they are null. [optional]
206 public function store($updateNulls = false) argument
254 return parent::store($updateNulls);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_tags/tables/
H A Dtag.php209 * @param boolean $updateNulls True to update fields even if they are null.
215 public function store($updateNulls = false) argument
252 return parent::store($updateNulls);

12