Exakat\Analyzer\Analyzer::goToClassInterfaceTrait PHP Method

goToClassInterfaceTrait() public method

    public function goToClassInterfaceTrait()
    {
        $this->goToInstruction(array('Interface', 'Class', 'Trait'));
        return $this;
    }
Analyzer