Ejemplo n.º 1
0
 public function getUrl($mixedId)
 {
     bx_import('BxDolStudioPage');
     $oPage = new BxDolStudioPage($mixedId);
     return $oPage->getRssHelpUrl();
 }
Ejemplo n.º 2
0
 public function getUrl($mixedId)
 {
     $oPage = new BxDolStudioPage($mixedId);
     return $oPage->getRssHelpUrl();
 }