Protected Member Functions | |
_construct () |
Definition at line 34 of file Selection.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 36 of file Selection.php.
00037 { 00038 $this->_init('bundle/selection'); 00039 parent::_construct(); 00040 }