php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ReflectionExtension Class Reference
Inheritance diagram for ReflectionExtension:
Reflector Stringable

Public Member Functions

 __construct (string $name)
 
 __toString ()
 
 getName ()
 
 getVersion ()
 
 getFunctions ()
 
 getConstants ()
 
 getINIEntries ()
 
 getClasses ()
 
 getClassNames ()
 
 getDependencies ()
 
 info ()
 
 isPersistent ()
 
 isTemporary ()
 

Data Fields

string $name
 

Detailed Description

@not-serializable

Definition at line 750 of file php_reflection.stub.php.

Constructor & Destructor Documentation

◆ __construct()

ReflectionExtension::__construct ( string $name)

Definition at line 757 of file php_reflection.stub.php.

Member Function Documentation

◆ __toString()

ReflectionExtension::__toString ( )

Implements Stringable.

Definition at line 759 of file php_reflection.stub.php.

◆ getClasses()

ReflectionExtension::getClasses ( )

@tentative-return-type

Definition at line 777 of file php_reflection.stub.php.

◆ getClassNames()

ReflectionExtension::getClassNames ( )

@tentative-return-type

Definition at line 780 of file php_reflection.stub.php.

◆ getConstants()

ReflectionExtension::getConstants ( )

@tentative-return-type

Definition at line 771 of file php_reflection.stub.php.

◆ getDependencies()

ReflectionExtension::getDependencies ( )

@tentative-return-type

Definition at line 783 of file php_reflection.stub.php.

◆ getFunctions()

ReflectionExtension::getFunctions ( )

@tentative-return-type

Definition at line 768 of file php_reflection.stub.php.

◆ getINIEntries()

ReflectionExtension::getINIEntries ( )

@tentative-return-type

Definition at line 774 of file php_reflection.stub.php.

◆ getName()

ReflectionExtension::getName ( )

@tentative-return-type

Definition at line 762 of file php_reflection.stub.php.

◆ getVersion()

ReflectionExtension::getVersion ( )

@tentative-return-type

Definition at line 765 of file php_reflection.stub.php.

◆ info()

ReflectionExtension::info ( )

@tentative-return-type

Definition at line 786 of file php_reflection.stub.php.

◆ isPersistent()

ReflectionExtension::isPersistent ( )

@tentative-return-type

Definition at line 789 of file php_reflection.stub.php.

◆ isTemporary()

ReflectionExtension::isTemporary ( )

@tentative-return-type

Definition at line 792 of file php_reflection.stub.php.

Field Documentation

◆ $name

string ReflectionExtension::$name

Definition at line 752 of file php_reflection.stub.php.


The documentation for this class was generated from the following file: