mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°8772 - Form dependencies manager implementation
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
This commit is contained in:
@@ -9,6 +9,8 @@ namespace Combodo\iTop\Application\TwigBase\Controller;
|
||||
|
||||
abstract class AbstractProfilerExtension implements iProfilerExtension
|
||||
{
|
||||
protected bool $bDebugForced;
|
||||
|
||||
public function Init()
|
||||
{
|
||||
}
|
||||
@@ -35,4 +37,9 @@ abstract class AbstractProfilerExtension implements iProfilerExtension
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public function SetDebugForced(bool $bDebugForced): void
|
||||
{
|
||||
$this->bDebugForced = $bDebugForced;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user