The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introduction

Reflector is an interface implemented by all exportable Reflection classes.

Interface synopsis

interface Reflector {
/* Methods */
public static export(): string
public __toString(): string
}

Table of Contents