Exakat\Analyzer\Analyzer::goToTrait PHP Method

goToTrait() public method

public goToTrait ( )
    public function goToTrait()
    {
        $this->goToInstruction('Trait');
        return $this;
    }
Analyzer