Exakat\Analyzer\Analyzer::fullcodeLength PHP Méthode

fullcodeLength() public méthode

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