AdminPageFramework_PostType_Router::_getPageLoadObject PHP Method

_getPageLoadObject() protected method

protected _getPageLoadObject ( )
    protected function _getPageLoadObject()
    {
        $_sClassName = $this->aSubClassNames['oPageLoadInfo'];
        return new $_sClassName($this->oProp, $this->oMsg);
    }