app/Conditions/RecordTraits/ComparisonField.php
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open
Open
return $this->getValue() >= $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open
Open
return $this->getValue() > $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open
Open
return $this->getValue() <= $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValueFromSource
Open
Open
return $this->getValue() < $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open
Open
return $this->getValue() < $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open
Open
return $this->getValue() >= $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open
Open
return $this->getValue() > $this->getValueFromSource();
- Exclude checks
Call to undeclared method \App\Conditions\RecordTraits\ComparisonField::getValue
Open
Open
return $this->getValue() <= $this->getValueFromSource();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than field operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() < $this->getValueFromSource();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorMf(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than field operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Less than field or equal operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() >= $this->getValueFromSource();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorLf(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() > $this->getValueFromSource();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* Greater than field or equal operator.
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorGf(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return $this->getValue() <= $this->getValueFromSource();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*/
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function operatorHf(): bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @return bool
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
/**
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
*
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks