AdminPageFramework_PostType_Router::_getPageLoadObject PHP Méthode

_getPageLoadObject() protected méthode

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