Mage_Tag_Block_Customer_Edit Class Reference

Inheritance diagram for Mage_Tag_Block_Customer_Edit:

Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getTag ()
 getFormAction ()
 getBackUrl ()

Protected Attributes

 $_tag


Detailed Description

Definition at line 35 of file Edit.php.


Member Function Documentation

getBackUrl (  ) 

Definition at line 53 of file Edit.php.

00054     {
00055         return $this->getUrl('*/*/view', array('tagId' => $this->getTag()->getTagId()));
00056     }

getFormAction (  ) 

Definition at line 48 of file Edit.php.

00049     {
00050         return $this->getUrl('*/*/save', array('tagId' => $this->getTag()->getTagId()));
00051     }

getTag (  ) 

Definition at line 39 of file Edit.php.

00040     {
00041         if( !$this->_tag ) {
00042             $this->_tag = Mage::registry('tagModel');
00043         }
00044 
00045         return $this->_tag;
00046     }


Member Data Documentation

$_tag [protected]

Definition at line 37 of file Edit.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:52 2009 for Magento by  doxygen 1.5.8