mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°8772 - "generic" form controller wip
This commit is contained in:
@@ -21,8 +21,8 @@ use Combodo\iTop\Forms\Register\IORegister;
|
||||
class BooleanExpressionFormBlock extends AbstractExpressionFormBlock
|
||||
{
|
||||
// Outputs
|
||||
public const OUTPUT_RESULT = "output_result";
|
||||
public const OUTPUT_NOT_RESULT = "output_not_result";
|
||||
public const OUTPUT_RESULT = "result";
|
||||
public const OUTPUT_NOT_RESULT = "not_result";
|
||||
|
||||
/** @inheritdoc */
|
||||
protected function RegisterIO(IORegister $oIORegister): void
|
||||
@@ -38,7 +38,8 @@ class BooleanExpressionFormBlock extends AbstractExpressionFormBlock
|
||||
* @param string $sEventType
|
||||
*
|
||||
* @return mixed
|
||||
* @throws FormBlockException
|
||||
* @throws \Combodo\iTop\Forms\Block\FormBlockException
|
||||
* @throws \Combodo\iTop\Forms\Register\RegisterException
|
||||
*/
|
||||
public function ComputeExpression(string $sEventType): mixed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user