GoLang ReflectionMethod::isConstructor

request it (231)
GoLang replacement for PHP's ReflectionMethod::isConstructor [edit | history]



Do you know a GoLang replacement for PHP's ReflectionMethod::isConstructor? Write it!

PHP ReflectionMethod::isConstructor

PHP original manual for ReflectionMethod::isConstructor [ show | php.net ]

ReflectionMethod::isConstructor

(PHP 5, PHP 7)

ReflectionMethod::isConstructorChecks if method is a constructor

Description

public bool ReflectionMethod::isConstructor ( void )

Checks if the method is a constructor.

Parameters

This function has no parameters.

Return Values

TRUE if the method is a constructor, otherwise FALSE

See Also