Exakat\Analyzer\Analyzer::hasConstantDefinition PHP Method

hasConstantDefinition() public method

    public function hasConstantDefinition()
    {
        $this->addMethod('where( __.in("DEFINITION"))');
        return $this;
    }
Analyzer