Mage_Adminhtml_Model_System_Config_Source_Design_Robots Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 28 of file Robots.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 30 of file Robots.php.

00031     {
00032         return array(
00033             array('value'=>'INDEX,FOLLOW', 'label'=>'INDEX, FOLLOW'),
00034             array('value'=>'NOINDEX,FOLLOW', 'label'=>'NOINDEX, FOLLOW'),
00035             array('value'=>'INDEX,NOFOLLOW', 'label'=>'INDEX, NOFOLLOW'),
00036             array('value'=>'NOINDEX,NOFOLLOW', 'label'=>'NOINDEX, NOFOLLOW'),
00037         );
00038     }


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

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