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