ReflectionAttribute::getTarget
PHP Manual
PHP Manual»ReflectionAttribute»ReflectionAttribute::getTarget

ReflectionAttribute::getTarget

(PHP 8)

ReflectionAttribute::getTargetReturns the target of the attribute as bitmask

Опис

public function ReflectionAttribute::getTarget(): int

Gets target of the attribute as bitmask.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

To Top