Prado\Web\Services\TPageConfiguration::getProperties PHP Method

getProperties() public method

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