AdminPageFramework_PostType_Router::_getLinkObject PHP Method

_getLinkObject() protected method

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