Exakat\Analyzer\Analyzer::hasNoConstantDefinition PHP Method

hasNoConstantDefinition() public method

    public function hasNoConstantDefinition()
    {
        $this->addMethod('where( __.in("DEFINITION").count().is(eq(0)))');
        return $this;
    }
Analyzer