ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask

Descripción

public ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Gets target of the attribute as bitmask.

add a note

User Contributed Notes

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