ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask

Açıklama

public ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Gets target of the attribute as bitmask of Attribute::TARGET_* constants..

add a note

User Contributed Notes

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