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;
    }