What is this syntax?
$hasMaxRecordLi mit = ($this->getMaxRecordLi mit() !== false);
What is happening here? Is this some sort of implicit if statement? As
in "Assign the value of getMaxRecordLim it if it does not equal false"?
I noticed this line here:
Comment