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

Public Member Functions

 __construct (string $name)
 
 __toString ()
 
 getName ()
 
 getVersion ()
 
 getAuthor ()
 
 getURL ()
 
 getCopyright ()
 

Data Fields

string $name
 

Detailed Description

@not-serializable

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

Constructor & Destructor Documentation

◆ __construct()

ReflectionZendExtension::__construct ( string $name)

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

Member Function Documentation

◆ __toString()

ReflectionZendExtension::__toString ( )

Implements Stringable.

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

◆ getAuthor()

ReflectionZendExtension::getAuthor ( )

@tentative-return-type

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

◆ getCopyright()

ReflectionZendExtension::getCopyright ( )

@tentative-return-type

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

◆ getName()

ReflectionZendExtension::getName ( )

@tentative-return-type

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

◆ getURL()

ReflectionZendExtension::getURL ( )

@tentative-return-type

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

◆ getVersion()

ReflectionZendExtension::getVersion ( )

@tentative-return-type

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

Field Documentation

◆ $name

string ReflectionZendExtension::$name

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


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