Elgg\Timer::getTimes PHP Метод

getTimes() публичный Метод

Get the tree of recorded start/end times
public getTimes ( ) : array
Результат array
    public function getTimes()
    {
        return $this->times;
    }