Searched refs:type_categ (Results 1 – 5 of 5) sorted by relevance
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/class/ |
H A D | entrepot.class.php | 893 $type_categ = Categorie::TYPE_WAREHOUSE; 903 $existing = $c->containing($this->id, $type_categ, 'id'); 917 $c->del_type($this, $type_categ); 922 $c->add_type($this, $type_categ);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/class/ |
H A D | project.class.php | 2141 $type_categ = Categorie::TYPE_PROJECT; 2151 $existing = $c->containing($this->id, $type_categ, 'id'); 2165 $result = $c->del_type($this, $type_categ); 2175 $result = $c->add_type($this, $type_categ);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/ |
H A D | commonobject.class.php | 9110 * @param string $type_categ Category type ('customer', 'supplier', 'website_page', ...) 9113 public function getCategoriesCommon($type_categ) argument 9119 $existing = $c->containing($this->id, $type_categ, 'id'); 9132 …* @param string $type_categ Category type ('customer', 'supplier', 'website_page', ...) defin… 9136 public function setCategoriesCommon($categories, $type_categ = '', $remove_existing = true) argument 9143 …ass($this)."::setCategoriesCommon Oject Id:".$this->id.' type_categ:'.$type_categ.' nb tag add:'.c… 9147 if (empty($type_categ)) { 9148 …dol_syslog(__METHOD__.': Type '.$type_categ.'is an unknown category type. Done nothing.', LOG_ERR); 9154 $existing = $c->containing($this->id, $type_categ, 'id'); 9175 $result=$c->del_type($this, $type_categ); [all …]
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/class/ |
H A D | user.class.php | 1163 $type_categ = Categorie::TYPE_USER; 1172 $existing = $c->containing($this->id, $type_categ, 'id'); 1186 $c->del_type($this, $type_categ); 1191 $c->add_type($this, $type_categ);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/ |
H A D | commonobject.class.php | 8428 * @param string $type_categ Category type ('customer', 'supplier', 'website_page', ...) 8431 public function getCategoriesCommon($type_categ) argument 8437 $existing = $c->containing($this->id, $type_categ, 'id'); 8450 * @param string $type_categ Category type ('customer', 'supplier', 'website_page', ...) 8453 public function setCategoriesCommon($categories, $type_categ) argument 8464 $existing = $c->containing($this->id, $type_categ, 'id'); 8480 $c->del_type($this, $type_categ); 8486 $result = $c->add_type($this, $type_categ);
|