mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
📝 update PHPDoc for \Expression::IsTrue
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user