ReflectionMethod::isStatic
( excerpt from http://php.net/manual/en/reflectionmethod.isstatic.php )
public function isStatic(): bool;
Checks if the method is static.
Returns
bool
- TRUE if the method is static, otherwise FALSE
( excerpt from http://php.net/manual/en/reflectionmethod.isstatic.php )
public function isStatic(): bool;
Checks if the method is static.
bool
- TRUE if the method is static, otherwise FALSE