Method |
Description |
|
getParentClass ( ) : string | null |
Gets the fully qualified class of parent:: scope. |
|
getParentClassConstant ( ) : string | null |
Gets the value of parent::class constant. |
|
getSelfClass ( ) : string | null |
Gets the fully qualified class of self:: scope. |
|
getSelfClassConstant ( ) : string | null |
Gets the value of self::class constant. |
|
getStaticClass ( ) : string | null |
Gets the fully qualified class of static:: scope. |
|
getStaticClassConstant ( ) : string | null |
Gets the value of static::class constant. |
|