Open ghost opened 6 years ago
public function _get($tag, $idx = null) { $f = $this->_descriptor->getField($tag); if (!$f) { return null; }
!$f - true if false or 0! It returns NULL instead of false or 0
!$f
!$f
- true if false or 0! It returns NULL instead of false or 0