15class Profile_AbstractAction
18 public $mModule =
null;
19 public $mAsset =
null;
24 public function &_getHandler()
27 public function Profile_AbstractAction()
31 public function __construct()
33 $this->mRoot =& XCube_Root::getSingleton();
34 $this->mModule =& $this->mRoot->mContext->mModule;
35 $this->mAsset =& $this->mModule->mAssetManager;
37 public function isMemberOnly()
41 public function isAdminOnly()
45 public function prepare()
50 public function hasPermission()
55 public function getDefaultView()
57 return \PROFILE_FRAME_VIEW_NONE;
60 public function execute()
62 return \PROFILE_FRAME_VIEW_NONE;
65 public function executeViewSuccess(&$controller, &$render)
69 public function executeViewError(&$render)
73 public function executeViewIndex(&$render)
77 public function executeViewInput(&$render)
81 public function executeViewPreview(&$render)
85 public function executeViewCancel(&$render)