Exakat\Analyzer\Analyzer::isNotUppercase PHP Method

isNotUppercase() public method

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