TComponentReflection class.
TComponentReflection provides functionalities to inspect the public/protected properties, events and methods defined in a class.
The following code displays the properties and events defined in TDataGrid,
- $reflection=new TComponentReflection('TDataGrid');
- Prado::varDump($reflection->getProperties());
- Prado::varDump($reflection->getEvents());
Located in /TComponent.php (line 678)
TComponent | --TComponentReflection
Constructor.
Determines the property type.
This method uses the doc comment to determine the property type.
Inherited From TComponent
TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()
Documentation generated on Mon, 21 Apr 2008 11:33:52 -0400 by phpDocumentor 1.3.0RC4