@@ -320,7 +320,7 @@ discard block |
||
320 | 320 | return $this->LibStatut($this->fk_statut, $this->billed, $mode); |
321 | 321 | } |
322 | 322 | |
323 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
323 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
324 | 324 | /** |
325 | 325 | * Return label of status |
326 | 326 | * |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | */ |
333 | 333 | public function LibStatut($status, $billed, $mode, $donotshowbilled = 0) |
334 | 334 | { |
335 | - // phpcs:enable |
|
335 | + // phpcs:enable |
|
336 | 336 | return $this->getOrderStatic()->LibStatut($status, $billed, $mode, $donotshowbilled); |
337 | 337 | } |
338 | 338 | } |
@@ -390,7 +390,7 @@ discard block |
||
390 | 390 | return $this->LibStatut($this->status, $this->need_subscription, $this->datefin, $mode); |
391 | 391 | } |
392 | 392 | |
393 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
393 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
394 | 394 | |
395 | 395 | /** |
396 | 396 | * Renvoi le libelle d'un statut donne |
@@ -403,7 +403,7 @@ discard block |
||
403 | 403 | */ |
404 | 404 | public function LibStatut($status, $need_subscription, $date_end_subscription, $mode = 0) |
405 | 405 | { |
406 | - // phpcs:enable |
|
406 | + // phpcs:enable |
|
407 | 407 | return $this->getMemberStatic()->LibStatut($status, $need_subscription, $date_end_subscription, $mode); |
408 | 408 | } |
409 | 409 |
@@ -17,11 +17,11 @@ |
||
17 | 17 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | 18 | */ |
19 | 19 | |
20 | - /** |
|
21 | - * \file htdocs/webportal/class/controller.class.php |
|
22 | - * \ingroup webportal |
|
23 | - * \brief File of controller class for WebPortal |
|
24 | - */ |
|
20 | + /** |
|
21 | + * \file htdocs/webportal/class/controller.class.php |
|
22 | + * \ingroup webportal |
|
23 | + * \brief File of controller class for WebPortal |
|
24 | + */ |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * Class to manage pages |
@@ -323,7 +323,7 @@ discard block |
||
323 | 323 | return $this->LibStatut($this->paye, $this->fk_statut, $mode, $alreadypaid, $this->type); |
324 | 324 | } |
325 | 325 | |
326 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
326 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
327 | 327 | |
328 | 328 | /** |
329 | 329 | * Return label of a status |
@@ -337,7 +337,7 @@ discard block |
||
337 | 337 | */ |
338 | 338 | public function LibStatut($paye, $status, $mode = 0, $alreadypaid = -1, $type = -1) |
339 | 339 | { |
340 | - // phpcs:enable |
|
340 | + // phpcs:enable |
|
341 | 341 | return $this->getInvoiceStatic()->LibStatut($paye, $status, $mode, $alreadypaid, $type); |
342 | 342 | } |
343 | 343 | } |
@@ -315,7 +315,7 @@ discard block |
||
315 | 315 | return $this->LibStatut($this->fk_statut, $mode); |
316 | 316 | } |
317 | 317 | |
318 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
318 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
319 | 319 | /** |
320 | 320 | * Return the label of a given status |
321 | 321 | * |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | */ |
326 | 326 | public function LibStatut($status, $mode = 0) |
327 | 327 | { |
328 | - // phpcs:enable |
|
328 | + // phpcs:enable |
|
329 | 329 | return $this->getPropalStatic()->LibStatut($status, $mode); |
330 | 330 | } |
331 | 331 | } |
@@ -350,7 +350,7 @@ discard block |
||
350 | 350 | return $this->LibStatut($this->status, $mode); |
351 | 351 | } |
352 | 352 | |
353 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
353 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
354 | 354 | |
355 | 355 | /** |
356 | 356 | * Return the status |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | */ |
362 | 362 | public function LibStatut($status, $mode = 0) |
363 | 363 | { |
364 | - // phpcs:enable |
|
364 | + // phpcs:enable |
|
365 | 365 | return $this->getPartnershipStatic()->LibStatut($status, $mode); |
366 | 366 | } |
367 | 367 | } |
@@ -17,11 +17,11 @@ |
||
17 | 17 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | 18 | */ |
19 | 19 | |
20 | - /** |
|
21 | - * \file htdocs/webportal/class/context.class.php |
|
22 | - * \ingroup webportal |
|
23 | - * \brief File of context class for WebPortal |
|
24 | - */ |
|
20 | + /** |
|
21 | + * \file htdocs/webportal/class/context.class.php |
|
22 | + * \ingroup webportal |
|
23 | + * \brief File of context class for WebPortal |
|
24 | + */ |
|
25 | 25 | |
26 | 26 | require_once __DIR__ . '/controller.class.php'; |
27 | 27 | require_once __DIR__ . '/webPortalTheme.class.php'; |
@@ -781,7 +781,7 @@ discard block |
||
781 | 781 | return $this->LibStatut($this->status, $mode); |
782 | 782 | } |
783 | 783 | |
784 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
784 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
785 | 785 | /** |
786 | 786 | * Return the status |
787 | 787 | * |
@@ -791,7 +791,7 @@ discard block |
||
791 | 791 | */ |
792 | 792 | public function LibStatut($status, $mode = 0) |
793 | 793 | { |
794 | - // phpcs:enable |
|
794 | + // phpcs:enable |
|
795 | 795 | if (empty($this->labelStatus) || empty($this->labelStatusShort)) { |
796 | 796 | global $langs; |
797 | 797 | //$langs->load("workstation"); |
@@ -1523,7 +1523,7 @@ discard block |
||
1523 | 1523 | return $this->LibStatut($this->status, $mode); |
1524 | 1524 | } |
1525 | 1525 | |
1526 | - // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
1526 | + // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps |
|
1527 | 1527 | /** |
1528 | 1528 | * Return the status |
1529 | 1529 | * |
@@ -1533,7 +1533,7 @@ discard block |
||
1533 | 1533 | */ |
1534 | 1534 | public function LibStatut($status, $mode = 0) |
1535 | 1535 | { |
1536 | - // phpcs:enable |
|
1536 | + // phpcs:enable |
|
1537 | 1537 | if (empty($this->labelStatus)) { |
1538 | 1538 | global $langs; |
1539 | 1539 | //$langs->load("mrp"); |