ReflectionClass
PHP Manual

ReflectionClass::getModifiers

(PHP 5)

ReflectionClass::getModifiersGets modifiers

Descrição

public int ReflectionClass::getModifiers ( void )

Returns a bitfield of the access modifiers for this class.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns bitmask of modifier constants.

Veja Também


ReflectionClass
PHP Manual