Exakat\Analyzer\Common\MethodcallUsage::analyze PHP 메소드

analyze() 공개 메소드

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

Usage Example

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