Exakat\Analyzer\Functions\HasFluentInterface::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->analyzerIsNot('Functions/HasNotFluentInterface')->outIs('NAME')->analyzerIs('Classes/MethodDefinition')->back('first');
        $this->prepareQuery();
    }
HasFluentInterface