[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/config/Definition/ -> VariableNode.php (summary)

(no description)

File Size: 128 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

VariableNode:: (10 methods):
  setDefaultValue()
  hasDefaultValue()
  getDefaultValue()
  setAllowEmptyValue()
  setName()
  validateType()
  finalizeValue()
  normalizeValue()
  mergeValues()
  isValueEmpty()


Class: VariableNode  - X-Ref

This node represents a value of variable type in the config tree.

This node is intended for values of arbitrary type.
Any PHP type is accepted as a value.

setDefaultValue($value)   X-Ref
No description

hasDefaultValue()   X-Ref
{@inheritdoc}


getDefaultValue()   X-Ref
{@inheritdoc}


setAllowEmptyValue($boolean)   X-Ref
Sets if this node is allowed to have an empty value.

param: bool $boolean True if this entity will accept empty values

setName($name)   X-Ref
{@inheritdoc}


validateType($value)   X-Ref
{@inheritdoc}


finalizeValue($value)   X-Ref
{@inheritdoc}


normalizeValue($value)   X-Ref
{@inheritdoc}


mergeValues($leftSide, $rightSide)   X-Ref
{@inheritdoc}


isValueEmpty($value)   X-Ref
Evaluates if the given value is to be treated as empty.

By default, PHP's empty() function is used to test for emptiness. This
method may be overridden by subtypes to better match their understanding
of empty data.

param: mixed $value
return: bool



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1