Prado\TComponentReflection::getProperties PHP 메소드

getProperties() 공개 메소드

public getProperties ( ) : array
리턴 array list of component properties. Array keys are property names. Each array element is of the following structure: [type]=>property type, [readonly]=>whether the property is read-only, [protected]=>whether the method is protected or not [class]=>the class where the property is inherited from, [comments]=>comments associated with the property.
    public function getProperties()
    {
        return $this->_properties;
    }