Documentation

getAtomicValues

array public
\Bitrix\Main\Entity\Query\Filter\Condition::getAtomicValues(
);

This non-static method returns values as a set of composite values.

Only one values exist in standard conditions: v1.
Condition whereIn has an array: [v1, v2, v3, ...].
Condition whereBetween two values exist: v1, v2.
and etc.

This method returns array of all values independently from operator.

No parameters

Example



© «Bitrix24», 2001-2024
Up