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;
    }