Public Member Functions | |
| toOptionArray () | |
Protected Attributes | |
| $_options | |
Definition at line 26 of file Page.php.
| toOptionArray | ( | ) |
Definition at line 31 of file Page.php.
00032 { 00033 if (!$this->_options) { 00034 $this->_options = Mage::getResourceModel('cms/page_collection') 00035 ->load()->toOptionArray(); 00036 } 00037 return $this->_options; 00038 }
1.5.8