The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introduction

Reflector is an interface implemented by all exportable Reflection classes.

Interface synopsis

interfaceReflectorextendsStringable {
}

Changelog

VersionDescription
8.0.0Reflector::export() was removed.
8.0.0Reflector extends Stringable now. It inherits Stringable::__toString(), replacing Reflector::__toString().

Table of Contents

To Top