프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$blnInclusive | boolean | Determination if the comparison shall be done inclusive or exclusive. | |
$objAttribute | MetaModels\Attribute\IAttribute | The attribute to search in. | |
$varValue | mixed | The value to compare with. |
메소드 | 설명 | |
---|---|---|
__construct ( MetaModels\Attribute\IAttribute $objAttribute, mixed $varValue, boolean $blnInclusive = false ) | Creates an instance of this class. | |
getMatchingIds ( ) : string[] | null | Fetch the ids for all items that hold a value that is less than the passed value. |
public __construct ( MetaModels\Attribute\IAttribute $objAttribute, mixed $varValue, boolean $blnInclusive = false ) | ||
$objAttribute | MetaModels\Attribute\IAttribute | The attribute that shall be searched. |
$varValue | mixed | The value to compare against. |
$blnInclusive | boolean | If true, the passed value will be included in the check and therefore make the check an less-or-equal test. |
public getMatchingIds ( ) : string[] | null | ||
리턴 | string[] | null |
protected bool $blnInclusive | ||
리턴 | boolean |
protected IAttribute,MetaModels\Attribute $objAttribute | ||
리턴 | MetaModels\Attribute\IAttribute |