CakeFest 2024: The Official CakePHP Conference

ReflectionProperty::__toString

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::__toStringTo string

Descrição

public ReflectionProperty::__toString(): string

Returns the string representation of the property.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The string.

Veja Também

add a note

User Contributed Notes

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