Exakat\Analyzer\Common\MethodcallUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        // Currently ignoring the object :(
        $this->atomIs('Methodcall')->outIs('METHOD')->codeIs($this->methods)->back('first');
        $this->prepareQuery();
    }

Usage Example

Ejemplo n.º 1
0
 public function analyze()
 {
     $this->methods = array('error', 'type', '_calculateTypeMap', '_castValues');
     parent::analyze();
 }
All Usage Examples Of Exakat\Analyzer\Common\MethodcallUsage::analyze
MethodcallUsage