CakeFest 2024: The Official CakePHP Conference

La interfaz Reflector

(PHP 5, PHP 7, PHP 8)

Introducción

Reflector es una interfaz que implementan todas las clases exportables de Reflection.

Sinopsis de la Clase

class Reflector {
/* Métodos */
public static export(): string
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top