GoLang ReflectionClass::getParentClass

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



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

PHP ReflectionClass::getParentClass

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

ReflectionClass::getParentClass

(PHP 5, PHP 7)

ReflectionClass::getParentClassGets parent class

Description

public ReflectionClass ReflectionClass::getParentClass ( void )

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

A ReflectionClass or NULL if there's no parent.

See Also