CakeFest 2024: The Official CakePHP Conference

The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introdução

Reflector is an interface implemented by all exportable Reflection classes.

Resumo da Interface

interface Reflector extends Stringable {
/* Métodos herdados */
}

Registro de Alterações

Versão Descrição
8.0.0 Reflector::export() was removed.
8.0.0 Reflector extends Stringable now. It inherits Stringable::__toString(), replacing Reflector::__toString().

Veja Também

Índice

add a note

User Contributed Notes

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