DebugKit\Log\Engine\DebugKitLog::all PHP Метод

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

Get the logs.
public all ( ) : array
Результат array
    public function all()
    {
        return $this->_logs;
    }