Exakat\Analyzer\Analyzer::goToTraits PHP Method

goToTraits() public method

public goToTraits ( )
    public function goToTraits()
    {
        $this->addMethod('repeat( __.out("BLOCK").out("ELEMENT").hasLabel("Use").out("USE").in("DEFINITION") ).emit().times(' . self::MAX_LOOPING . ') ');
        return $this;
    }
Analyzer