📝 update PHPDoc for \Expression::IsTrue

This commit is contained in:
Pierre Goiffon
2020-10-01 17:02:22 +02:00
parent 93c91c4077
commit db8c26da17

View File

@@ -178,7 +178,7 @@ abstract class Expression {
abstract public function CollectUsedParents(&$aTable);
/**
* @return boolean evaluation of the expression value, false if no conversion possible
* @return boolean true if the expression's value is constant and evaluates to true, false otherwise
*/
abstract public function IsTrue();