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

analyze() public method

public analyze ( )
    public function analyze()
    {
        // List all typehints in the code
        $this->atomIs('Function')->outIs('ARGUMENTS')->outIs('ARGUMENT')->outIs('TYPEHINT');
        $this->prepareQuery();
    }
Typehints