ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask.

Описание

public ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Внимание

К настоящему времени эта функция ещё не была документирована; для ознакомления доступен только список аргументов.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

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