Prado\Web\Services\TPageConfiguration::getProperties PHP Метод

getProperties() публичный Метод

Each array element represents a single property with the key being the property name and the value the initial property value.
public getProperties ( ) : array
Результат array list of page initial property values
    public function getProperties()
    {
        return $this->_properties;
    }