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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $classes = $this->makeFullNsPath($this->classes);
        $this->atomIs('Class')->fullnspathIs($classes);
        $this->prepareQuery();
    }

Usage Example

Exemplo n.º 1
0
 public function analyze()
 {
     $this->classes = array('Void', 'ReflectionClassConstant');
     parent::analyze();
 }
All Usage Examples Of Exakat\Analyzer\Common\ClassDefinition::analyze
ClassDefinition