self::LOCKED_VALUE, 'label' => Mage::helper('aw_hdu3')->__(self::LOCKED_LABEL) ), array( 'value' => self::UNLOCKED_VALUE, 'label' => Mage::helper('aw_hdu3')->__(self::UNLOCKED_LABEL) ), ); } static public function toOptionHash() { return array( self::LOCKED_VALUE => Mage::helper('aw_hdu3')->__(self::LOCKED_LABEL), self::UNLOCKED_VALUE => Mage::helper('aw_hdu3')->__(self::UNLOCKED_LABEL), ); } }