ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetDevuelve el objetivo del atributo como máscara de bits

Descripción

public ReflectionAttribute::getTarget(): int

Devuelve el objetivo del atributo como máscara de bits.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Obtiene el objetivo del atributo en forma de máscara de bits de las constantes Attribute::TARGET_*.

add a note

User Contributed Notes

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