ReflectionMethod::isPrivate

Checks if method is private

Description

public bool ReflectionMethod::isPrivate()

Checks if the method is private.

Parameters

This function has no parameters.

Return Values

true if the method is private, otherwise false

See Also

  • ReflectionMethod::isPublic