Exakat\Analyzer\Analyzer::isNotMixedcase PHP Method

isNotMixedcase() public method

public isNotMixedcase ( $property = 'fullcode' )
    public function isNotMixedcase($property = 'fullcode')
    {
        $this->addMethod('filter{it.get().value("' . $property . '") == it.get().value("' . $property . '").toLowerCase() || it.get().value("' . $property . '") == it.get().value("' . $property . '").toUpperCase()}');
        return $this;
    }
Analyzer