Elgg\Timer::getTimes PHP Method

getTimes() public method

Get the tree of recorded start/end times
public getTimes ( ) : array
return array
    public function getTimes()
    {
        return $this->times;
    }