Mage_Adminhtml_Block_Urlrewrite_Link Class Reference

Inheritance diagram for Mage_Adminhtml_Block_Urlrewrite_Link:

Mage_Core_Block_Abstract Varien_Object

List of all members.

Protected Member Functions

 _toHtml ()


Detailed Description

Definition at line 34 of file Link.php.


Member Function Documentation

_toHtml (  )  [protected]

Render output

Returns:
string

Reimplemented from Mage_Core_Block_Abstract.

Definition at line 41 of file Link.php.

00042     {
00043         if ($this->getItem()) {
00044             return '<p>' . $this->getLabel() . ' <a href="' . $this->getItemUrl() . '">'
00045                 . $this->htmlEscape($this->getItem()->getName()) . '</a></p>';
00046         }
00047     }


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

Generated on Sat Jul 4 17:23:06 2009 for Magento by  doxygen 1.5.8