Exakat\Analyzer\Analyzer::codeLength PHP Method

codeLength() public method

public codeLength ( $length = ' == 1 ' )
    public function codeLength($length = ' == 1 ')
    {
        // @todo add some tests ? Like Operator / value ?
        $this->addMethod('filter{it.get().value("code").length() ' . $length . '}');
        return $this;
    }
Analyzer