Exakat\Analyzer\Analyzer::hasTrait PHP Method

hasTrait() public method

public hasTrait ( )
    public function hasTrait()
    {
        $this->hasInstruction('Trait');
        return $this;
    }
Analyzer