Prado\Web\UI\TPage::getPagePath PHP Method

getPagePath() public method

public getPagePath ( ) : string
return string the requested page path for this page
    public function getPagePath()
    {
        return $this->_pagePath;
    }