Skip to content

ConditionalExpression

  • Full name: \Qubus\View\Expression\ConditionalExpression
  • Parent class: \Qubus\View\BaseExpression
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Properties

expr1

private $expr1

expr2

private $expr2

expr3

private $expr3

Methods

__construct

public __construct(mixed $expr1, mixed $expr2, mixed $expr3, mixed $line): mixed

Parameters:

Parameter Type Description
$expr1 mixed
$expr2 mixed
$expr3 mixed
$line mixed

compile

public compile(mixed $compiler, mixed $indent): void

Parameters:

Parameter Type Description
$compiler mixed
$indent mixed

Inherited methods

__construct

public __construct(int $line): mixed

Parameters:

Parameter Type Description
$line int

getLine

public getLine(): int

addTraceInfo

public addTraceInfo(mixed $compiler, mixed $indent): mixed

Parameters:

Parameter Type Description
$compiler mixed
$indent mixed

compile

public compile(mixed $compiler, mixed $indent): mixed
  • This method is abstract.

Parameters:

Parameter Type Description
$compiler mixed
$indent mixed


Automatically generated on 2025-10-13