Exakat\Analyzer\Analyzer::isLowercase PHP Method

isLowercase() public method

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