Documentation

DataTypeHelper
in package

FinalYes

Table of Contents

Methods

isBool()  : bool
isClosed()  : bool
isMultipleChoice()  : bool
valueIsNormal()  : bool

Methods

isBool()

public static isBool(VariableInterface $variable) : bool
Parameters
$variable : VariableInterface
Tags
phpstan-assert-if-true

BooleanVariableInterface $variable

Return values
bool

isClosed()

public static isClosed(VariableInterface $variable) : bool
Parameters
$variable : VariableInterface
Tags
phpstan-assert-if-true

ClosedVariableInterface $variable

Return values
bool

isMultipleChoice()

public static isMultipleChoice(VariableInterface $variable) : bool
Parameters
$variable : VariableInterface
Tags
phpstan-assert-if-true

MultipleChoiceVariableInterface $variable

Return values
bool

        
On this page

Search results