Kahlan\Reporter\Coverage\Metrics::type PHP 메소드

type() 공개 메소드

Gets the type of the metrics.
public type ( ) : string
리턴 string The type of the metrics.
    public function type()
    {
        return $this->_type;
    }