ReflectionObject::__construct

(PHP 5)

ReflectionObject::__constructConstructs a ReflectionObject

Beskrivelse

public ReflectionObject::__construct ( object $argument )

Constructs a ReflectionObject.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

argument

An object instance.

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top