ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask

Description

public ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Gets target of the attribute as bitmask.

add a note add a note

User Contributed Notes

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