php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Static Public Member Functions | |
static | createFromMethodName (string $method) |
Data Fields | |
const int | IS_STATIC = UNKNOWN |
const int | IS_PUBLIC = UNKNOWN |
const int | IS_PROTECTED = UNKNOWN |
const int | IS_PRIVATE = UNKNOWN |
const int | IS_ABSTRACT = UNKNOWN |
const int | IS_FINAL = UNKNOWN |
string | $class |
![]() | |
string | $name |
Definition at line 170 of file php_reflection.stub.php.
ReflectionMethod::__construct | ( | object|string | $objectOrMethod, |
?string | $method = null ) |
Definition at line 187 of file php_reflection.stub.php.
ReflectionMethod::__toString | ( | ) |
Implements Stringable.
Definition at line 191 of file php_reflection.stub.php.
|
static |
Definition at line 189 of file php_reflection.stub.php.
ReflectionMethod::getClosure | ( | ?object | $object = null | ) |
@tentative-return-type
Definition at line 215 of file php_reflection.stub.php.
ReflectionMethod::getDeclaringClass | ( | ) |
@tentative-return-type
Definition at line 227 of file php_reflection.stub.php.
ReflectionMethod::getModifiers | ( | ) |
@tentative-return-type
Definition at line 218 of file php_reflection.stub.php.
ReflectionMethod::getPrototype | ( | ) |
@tentative-return-type
Definition at line 230 of file php_reflection.stub.php.
ReflectionMethod::hasPrototype | ( | ) |
Definition at line 232 of file php_reflection.stub.php.
ReflectionMethod::invoke | ( | ?object | $object, |
mixed ... | $args ) |
@tentative-return-type
Definition at line 221 of file php_reflection.stub.php.
ReflectionMethod::invokeArgs | ( | ?object | $object, |
array | $args ) |
@tentative-return-type
Definition at line 224 of file php_reflection.stub.php.
ReflectionMethod::isAbstract | ( | ) |
@tentative-return-type
Definition at line 203 of file php_reflection.stub.php.
ReflectionMethod::isConstructor | ( | ) |
@tentative-return-type
Definition at line 209 of file php_reflection.stub.php.
ReflectionMethod::isDestructor | ( | ) |
@tentative-return-type
Definition at line 212 of file php_reflection.stub.php.
ReflectionMethod::isFinal | ( | ) |
@tentative-return-type
Definition at line 206 of file php_reflection.stub.php.
ReflectionMethod::isPrivate | ( | ) |
@tentative-return-type
Definition at line 197 of file php_reflection.stub.php.
ReflectionMethod::isProtected | ( | ) |
@tentative-return-type
Definition at line 200 of file php_reflection.stub.php.
ReflectionMethod::isPublic | ( | ) |
@tentative-return-type
Definition at line 194 of file php_reflection.stub.php.
ReflectionMethod::setAccessible | ( | bool | $accessible | ) |
@tentative-return-type
Definition at line 235 of file php_reflection.stub.php.
string ReflectionMethod::$class |
Definition at line 185 of file php_reflection.stub.php.
const int ReflectionMethod::IS_ABSTRACT = UNKNOWN |
@cvalue ZEND_ACC_ABSTRACT
Definition at line 181 of file php_reflection.stub.php.
const int ReflectionMethod::IS_FINAL = UNKNOWN |
@cvalue ZEND_ACC_FINAL
Definition at line 183 of file php_reflection.stub.php.
const int ReflectionMethod::IS_PRIVATE = UNKNOWN |
@cvalue ZEND_ACC_PRIVATE
Definition at line 179 of file php_reflection.stub.php.
const int ReflectionMethod::IS_PROTECTED = UNKNOWN |
@cvalue ZEND_ACC_PROTECTED
Definition at line 177 of file php_reflection.stub.php.
const int ReflectionMethod::IS_PUBLIC = UNKNOWN |
@cvalue ZEND_ACC_PUBLIC
Definition at line 175 of file php_reflection.stub.php.
const int ReflectionMethod::IS_STATIC = UNKNOWN |
@cvalue ZEND_ACC_STATIC
Definition at line 173 of file php_reflection.stub.php.