GoLang ReflectionClass::getReflectionConstant

request it (282)
GoLang replacement for PHP's ReflectionClass::getReflectionConstant [edit | history]



Do you know a GoLang replacement for PHP's ReflectionClass::getReflectionConstant? Write it!

PHP ReflectionClass::getReflectionConstant

PHP original manual for ReflectionClass::getReflectionConstant [ show | php.net ]

ReflectionClass::getReflectionConstant

(PHP 7 >= 7.1.0)

ReflectionClass::getReflectionConstantGets a ReflectionClassConstant for a class's constant

Description

public ReflectionClassConstant ReflectionClass::getReflectionConstant ( string $name )

Gets a ReflectionClassConstant for a class's property.

Parameters

name

The class constant name.

Return Values

A ReflectionClassConstant.