Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated phpdocs: return $this #2751

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/code/core/Mage/Admin/Model/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
* @method Mage_Admin_Model_Resource_Acl_Role _getResource()
* @method Mage_Admin_Model_Resource_Acl_Role getResource()
* @method int getParentId()
* @method Mage_Admin_Model_Acl_Role setParentId(int $value)
* @method $this setParentId(int $value)
* @method int getTreeLevel()
* @method Mage_Admin_Model_Acl_Role setTreeLevel(int $value)
* @method $this setTreeLevel(int $value)
* @method int getSortOrder()
* @method Mage_Admin_Model_Acl_Role setSortOrder(int $value)
* @method $this setSortOrder(int $value)
* @method string getRoleType()
* @method Mage_Admin_Model_Acl_Role setRoleType(string $value)
* @method $this setRoleType(string $value)
* @method int getUserId()
* @method Mage_Admin_Model_Acl_Role setUserId(int $value)
* @method $this setUserId(int $value)
* @method string getRoleName()
* @method Mage_Admin_Model_Acl_Role setRoleName(string $value)
* @method $this setRoleName(string $value)
*/
class Mage_Admin_Model_Acl_Role extends Mage_Core_Model_Abstract
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Block/Page/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @package Mage_Adminhtml
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Adminhtml_Block_Page_Menu setAdditionalCacheKeyInfo(array $cacheKeyInfo)
* @method $this setAdditionalCacheKeyInfo(array $cacheKeyInfo)
* @method array getAdditionalCacheKeyInfo()
*/
class Mage_Adminhtml_Block_Page_Menu extends Mage_Adminhtml_Block_Template
Expand Down
12 changes: 6 additions & 6 deletions app/code/core/Mage/Api/Model/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
* @method Mage_Api_Model_Resource_Role _getResource()
* @method Mage_Api_Model_Resource_Role getResource()
* @method int getParentId()
* @method Mage_Api_Model_Acl_Role setParentId(int $value)
* @method $this setParentId(int $value)
* @method int getTreeLevel()
* @method Mage_Api_Model_Acl_Role setTreeLevel(int $value)
* @method $this setTreeLevel(int $value)
* @method int getSortOrder()
* @method Mage_Api_Model_Acl_Role setSortOrder(int $value)
* @method $this setSortOrder(int $value)
* @method string getRoleType()
* @method Mage_Api_Model_Acl_Role setRoleType(string $value)
* @method $this setRoleType(string $value)
* @method int getUserId()
* @method Mage_Api_Model_Acl_Role setUserId(int $value)
* @method $this setUserId(int $value)
* @method string getRoleName()
* @method Mage_Api_Model_Acl_Role setRoleName(string $value)
* @method $this setRoleName(string $value)
*/
class Mage_Api_Model_Acl_Role extends Mage_Core_Model_Abstract
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api/Model/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @method string getRoleName()
* @method $this setRoleName(string $value)
* @method string getName()
* @method Mage_Api_Model_Role setName() setName(string $name)
* @method $this setName(string $name)
* @method int getPid()
*/
class Mage_Api_Model_Roles extends Mage_Core_Model_Abstract
Expand Down
12 changes: 6 additions & 6 deletions app/code/core/Mage/Api/Model/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
* @method Mage_Api_Model_Resource_Rules _getResource()
* @method Mage_Api_Model_Resource_Rules getResource()
* @method int getRoleId()
* @method Mage_Api_Model_Rules setRoleId(int $value)
* @method $this setRoleId(int $value)
* @method string getResourceId()
* @method Mage_Api_Model_Rules setResourceId(string $value)
* @method $this setResourceId(string $value)
* @method string getPrivileges()
* @method Mage_Api_Model_Rules setPrivileges(string $value)
* @method $this setPrivileges(string $value)
* @method int getAssertId()
* @method Mage_Api_Model_Rules setAssertId(int $value)
* @method $this setAssertId(int $value)
* @method string getRoleType()
* @method Mage_Api_Model_Rules setRoleType(string $value)
* @method $this setRoleType(string $value)
* @method string getPermission()
* @method Mage_Api_Model_Rules setPermission(string $value)
* @method $this setPermission(string $value)
*/
class Mage_Api_Model_Rules extends Mage_Core_Model_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method Mage_Api2_Block_Adminhtml_Attribute_Tab_Resource setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
*/
class Mage_Api2_Block_Adminhtml_Attribute_Tab_Resource extends Mage_Adminhtml_Block_Widget_Form implements Mage_Adminhtml_Block_Widget_Tab_Interface
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api2/Block/Adminhtml/Roles/Buttons.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* @package Mage_Api2
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Block_Adminhtml_Roles_Buttons setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
*/
class Mage_Api2_Block_Adminhtml_Roles_Buttons extends Mage_Adminhtml_Block_Template
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method Mage_Api2_Block_Adminhtml_Roles_Tab_Info setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
*/
class Mage_Api2_Block_Adminhtml_Roles_Tab_Info extends Mage_Adminhtml_Block_Widget_Form implements Mage_Adminhtml_Block_Widget_Tab_Interface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method Mage_Api2_Block_Adminhtml_Roles_Tab_Resources setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
*/
class Mage_Api2_Block_Adminhtml_Roles_Tab_Resources extends Mage_Adminhtml_Block_Widget_Form implements Mage_Adminhtml_Block_Widget_Tab_Interface
{
Expand Down
6 changes: 3 additions & 3 deletions app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
* @package Mage_Api2
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method Mage_Api2_Block_Adminhtml_Roles_Tab_Users setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method Mage_Api2_Block_Adminhtml_Roles_Tab_Users setUsers(array $users)
* @method Mage_Admin_Model_Resource_User_Collection getCollection()
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method $this setUsers(array $users)
*/
class Mage_Api2_Block_Adminhtml_Roles_Tab_Users extends Mage_Adminhtml_Block_Widget_Grid implements Mage_Adminhtml_Block_Widget_Tab_Interface
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* @package Mage_Api2
* @author Magento Core Team <core@magentocommerce.com>
*
* @method Mage_Api2_Block_Adminhtml_Roles_Tabs setRole(Mage_Api2_Model_Acl_Global_Role $role)
* @method Mage_Api2_Model_Acl_Global_Role getRole()
* @method $this setRole(Mage_Api2_Model_Acl_Global_Role $role)
*/
class Mage_Api2_Block_Adminhtml_Roles_Tabs extends Mage_Adminhtml_Block_Widget_Tabs
{
Expand Down
8 changes: 4 additions & 4 deletions app/code/core/Mage/Api2/Model/Acl/Filter/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
* @method Mage_Api2_Model_Resource_Acl_Filter_Attribute getResource()
* @method Mage_Api2_Model_Resource_Acl_Filter_Attribute _getResource()
* @method string getUserType()
* @method Mage_Api2_Model_Acl_Filter_Attribute setUserType() setUserType(string $type)
* @method $this setUserType() setUserType(string $type)
* @method string getResourceId()
* @method Mage_Api2_Model_Acl_Filter_Attribute setResourceId() setResourceId(string $resource)
* @method $this setResourceId() setResourceId(string $resource)
* @method string getOperation()
* @method Mage_Api2_Model_Acl_Filter_Attribute setOperation() setOperation(string $operation)
* @method $this setOperation() setOperation(string $operation)
* @method string getAllowedAttributes()
* @method Mage_Api2_Model_Acl_Filter_Attribute setAllowedAttributes() setAllowedAttributes(string $attributes)
* @method $this setAllowedAttributes() setAllowedAttributes(string $attributes)
*/
class Mage_Api2_Model_Acl_Filter_Attribute extends Mage_Core_Model_Abstract
{
Expand Down
6 changes: 3 additions & 3 deletions app/code/core/Mage/Api2/Model/Acl/Global/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
* @method Mage_Api2_Model_Resource_Acl_Global_Role getResource()
* @method Mage_Api2_Model_Resource_Acl_Global_Role _getResource()
* @method string getCreatedAt()
* @method Mage_Api2_Model_Acl_Global_Role setCreatedAt() setCreatedAt(string $createdAt)
* @method $this setCreatedAt() setCreatedAt(string $createdAt)
* @method string getUpdatedAt()
* @method Mage_Api2_Model_Acl_Global_Role setUpdatedAt() setUpdatedAt(string $updatedAt)
* @method $this setUpdatedAt() setUpdatedAt(string $updatedAt)
* @method string getRoleName()
* @method Mage_Api2_Model_Acl_Global_Role setRoleName() setRoleName(string $roleName)
* @method $this setRoleName() setRoleName(string $roleName)
*/
class Mage_Api2_Model_Acl_Global_Role extends Mage_Core_Model_Abstract
{
Expand Down
11 changes: 5 additions & 6 deletions app/code/core/Mage/Api2/Model/Acl/Global/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@
* @method Mage_Api2_Model_Resource_Acl_Global_Rule getResource()
* @method Mage_Api2_Model_Resource_Acl_Global_Rule _getResource()
* @method int getRoleId()
* @method Mage_Api2_Model_Acl_Global_Rule setRoleId() setRoleId(int $roleId)
* @method $this setRoleId(int $roleId)
* @method string getResourceId()
* @method Mage_Api2_Model_Acl_Global_Rule setResourceId() setResourceId(string $resource)
* @method string getPrivilege()
* @method $this setResourceId(string $resource)
* @method int getPermission()
* @method Mage_Api2_Model_Acl_Global_Rule setPermission() setPermission(int $permission)
* @method $this setPermission(int $permission)
* @method string getPrivilege()
* @method Mage_Api2_Model_Acl_Global_Rule setPrivilege() setPrivilege(string $privilege)
* @method $this setPrivilege(string $privilege)
* @method string getAllowedAttributes()
* @method Mage_Api2_Model_Acl_Global_Rule setAllowedAttributes() setAllowedAttributes(string $allowedAttributes)
* @method $this setAllowedAttributes(string $allowedAttributes)
*/
class Mage_Api2_Model_Acl_Global_Rule extends Mage_Core_Model_Abstract
{
Expand Down
10 changes: 5 additions & 5 deletions app/code/core/Mage/Bundle/Model/Price/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
*
* @method Mage_Bundle_Model_Resource_Price_Index _getResource()
* @method Mage_Bundle_Model_Resource_Price_Index getResource()
* @method Mage_Bundle_Model_Price_Index setEntityId(int $value)
* @method $this setEntityId(int $value)
* @method int getWebsiteId()
* @method Mage_Bundle_Model_Price_Index setWebsiteId(int $value)
* @method $this setWebsiteId(int $value)
* @method int getCustomerGroupId()
* @method Mage_Bundle_Model_Price_Index setCustomerGroupId(int $value)
* @method $this setCustomerGroupId(int $value)
* @method float getMinPrice()
* @method Mage_Bundle_Model_Price_Index setMinPrice(float $value)
* @method $this setMinPrice(float $value)
* @method float getMaxPrice()
* @method Mage_Bundle_Model_Price_Index setMaxPrice(float $value)
* @method $this setMaxPrice(float $value)
*/
class Mage_Bundle_Model_Price_Index extends Mage_Core_Model_Abstract
{
Expand Down
12 changes: 6 additions & 6 deletions app/code/core/Mage/Catalog/Model/Category/Indexer/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
* @method Mage_Catalog_Model_Resource_Category_Indexer_Product _getResource()
* @method Mage_Catalog_Model_Resource_Category_Indexer_Product getResource()
* @method int getCategoryId()
* @method Mage_Catalog_Model_Category_Indexer_Product setCategoryId(int $value)
* @method $this setCategoryId(int $value)
* @method int getProductId()
* @method Mage_Catalog_Model_Category_Indexer_Product setProductId(int $value)
* @method $this setProductId(int $value)
* @method int getPosition()
* @method Mage_Catalog_Model_Category_Indexer_Product setPosition(int $value)
* @method $this setPosition(int $value)
* @method int getIsParent()
* @method Mage_Catalog_Model_Category_Indexer_Product setIsParent(int $value)
* @method $this setIsParent(int $value)
* @method int getStoreId()
* @method Mage_Catalog_Model_Category_Indexer_Product setStoreId(int $value)
* @method $this setStoreId(int $value)
* @method int getVisibility()
* @method Mage_Catalog_Model_Category_Indexer_Product setVisibility(int $value)
* @method $this setVisibility(int $value)
*/
class Mage_Catalog_Model_Category_Indexer_Product extends Mage_Index_Model_Indexer_Abstract
{
Expand Down
34 changes: 17 additions & 17 deletions app/code/core/Mage/Catalog/Model/Entity/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,41 @@
* @method Mage_Catalog_Model_Resource_Attribute _getResource()
* @method Mage_Catalog_Model_Resource_Attribute getResource()
* @method string getFrontendInputRenderer()
* @method Mage_Catalog_Model_Entity_Attribute setFrontendInputRenderer(string $value)
* @method $this setFrontendInputRenderer(string $value)
* @method int setIsGlobal(int $value)
* @method int getIsVisible()
* @method int setIsVisible(int $value)
* @method int getIsSearchable()
* @method Mage_Catalog_Model_Entity_Attribute setIsSearchable(int $value)
* @method $this setIsSearchable(int $value)
* @method int getSearchWeight()
* @method Mage_Catalog_Model_Entity_Attribute setSearchWeight(int $value)
* @method $this setSearchWeight(int $value)
* @method int getIsFilterable()
* @method Mage_Catalog_Model_Entity_Attribute setIsFilterable(int $value)
* @method $this setIsFilterable(int $value)
* @method int getIsComparable()
* @method Mage_Catalog_Model_Entity_Attribute setIsComparable(int $value)
* @method Mage_Catalog_Model_Entity_Attribute setIsVisibleOnFront(int $value)
* @method $this setIsComparable(int $value)
* @method $this setIsVisibleOnFront(int $value)
* @method int getIsHtmlAllowedOnFront()
* @method Mage_Catalog_Model_Entity_Attribute setIsHtmlAllowedOnFront(int $value)
* @method $this setIsHtmlAllowedOnFront(int $value)
* @method int getIsUsedForPriceRules()
* @method Mage_Catalog_Model_Entity_Attribute setIsUsedForPriceRules(int $value)
* @method $this setIsUsedForPriceRules(int $value)
* @method int getIsFilterableInSearch()
* @method Mage_Catalog_Model_Entity_Attribute setIsFilterableInSearch(int $value)
* @method $this setIsFilterableInSearch(int $value)
* @method int getUsedInProductListing()
* @method Mage_Catalog_Model_Entity_Attribute setUsedInProductListing(int $value)
* @method $this setUsedInProductListing(int $value)
* @method int getUsedForSortBy()
* @method Mage_Catalog_Model_Entity_Attribute setUsedForSortBy(int $value)
* @method $this setUsedForSortBy(int $value)
* @method int getIsConfigurable()
* @method Mage_Catalog_Model_Entity_Attribute setIsConfigurable(int $value)
* @method $this setIsConfigurable(int $value)
* @method string getApplyTo()
* @method Mage_Catalog_Model_Entity_Attribute setApplyTo(string $value)
* @method $this setApplyTo(string $value)
* @method int getIsVisibleInAdvancedSearch()
* @method Mage_Catalog_Model_Entity_Attribute setIsVisibleInAdvancedSearch(int $value)
* @method $this setIsVisibleInAdvancedSearch(int $value)
* @method int getPosition()
* @method Mage_Catalog_Model_Entity_Attribute setPosition(int $value)
* @method $this setPosition(int $value)
* @method int getIsWysiwygEnabled()
* @method Mage_Catalog_Model_Entity_Attribute setIsWysiwygEnabled(int $value)
* @method $this setIsWysiwygEnabled(int $value)
* @method int getIsUsedForPromoRules()
* @method Mage_Catalog_Model_Entity_Attribute setIsUsedForPromoRules(int $value)
* @method $this setIsUsedForPromoRules(int $value)
*/
class Mage_Catalog_Model_Entity_Attribute extends Mage_Eav_Model_Entity_Attribute
{
Expand Down
16 changes: 8 additions & 8 deletions app/code/core/Mage/Catalog/Model/Product/Flat/Indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
* @method Mage_Catalog_Model_Resource_Product_Flat_Indexer _getResource()
* @method Mage_Catalog_Model_Resource_Product_Flat_Indexer getResource()
* @method int getEntityTypeId()
* @method Mage_Catalog_Model_Product_Flat_Indexer setEntityTypeId(int $value)
* @method $this setEntityTypeId(int $value)
* @method int getAttributeSetId()
* @method Mage_Catalog_Model_Product_Flat_Indexer setAttributeSetId(int $value)
* @method $this setAttributeSetId(int $value)
* @method string getTypeId()
* @method Mage_Catalog_Model_Product_Flat_Indexer setTypeId(string $value)
* @method $this setTypeId(string $value)
* @method string getSku()
* @method Mage_Catalog_Model_Product_Flat_Indexer setSku(string $value)
* @method $this setSku(string $value)
* @method int getHasOptions()
* @method Mage_Catalog_Model_Product_Flat_Indexer setHasOptions(int $value)
* @method $this setHasOptions(int $value)
* @method int getRequiredOptions()
* @method Mage_Catalog_Model_Product_Flat_Indexer setRequiredOptions(int $value)
* @method $this setRequiredOptions(int $value)
* @method string getCreatedAt()
* @method Mage_Catalog_Model_Product_Flat_Indexer setCreatedAt(string $value)
* @method $this setCreatedAt(string $value)
* @method string getUpdatedAt()
* @method Mage_Catalog_Model_Product_Flat_Indexer setUpdatedAt(string $value)
* @method $this setUpdatedAt(string $value)
*/
class Mage_Catalog_Model_Product_Flat_Indexer extends Mage_Core_Model_Abstract
{
Expand Down
8 changes: 4 additions & 4 deletions app/code/core/Mage/Catalog/Model/Product/Indexer/Eav.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
*
* @method Mage_Catalog_Model_Resource_Product_Indexer_Eav _getResource()
* @method Mage_Catalog_Model_Resource_Product_Indexer_Eav getResource()
* @method Mage_Catalog_Model_Product_Indexer_Eav setEntityId(int $value)
* @method $this setEntityId(int $value)
* @method int getAttributeId()
* @method Mage_Catalog_Model_Product_Indexer_Eav setAttributeId(int $value)
* @method $this setAttributeId(int $value)
* @method int getStoreId()
* @method Mage_Catalog_Model_Product_Indexer_Eav setStoreId(int $value)
* @method $this setStoreId(int $value)
* @method int getValue()
* @method Mage_Catalog_Model_Product_Indexer_Eav setValue(int $value)
* @method $this setValue(int $value)
*/
class Mage_Catalog_Model_Product_Indexer_Eav extends Mage_Index_Model_Indexer_Abstract
{
Expand Down
18 changes: 9 additions & 9 deletions app/code/core/Mage/Catalog/Model/Product/Indexer/Price.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
*
* @method Mage_Catalog_Model_Resource_Product_Indexer_Price _getResource()
* @method Mage_Catalog_Model_Resource_Product_Indexer_Price getResource()
* @method Mage_Catalog_Model_Product_Indexer_Price setEntityId(int $value)
* @method $this setEntityId(int $value)
* @method int getCustomerGroupId()
* @method Mage_Catalog_Model_Product_Indexer_Price setCustomerGroupId(int $value)
* @method $this setCustomerGroupId(int $value)
* @method int getWebsiteId()
* @method Mage_Catalog_Model_Product_Indexer_Price setWebsiteId(int $value)
* @method $this setWebsiteId(int $value)
* @method int getTaxClassId()
* @method Mage_Catalog_Model_Product_Indexer_Price setTaxClassId(int $value)
* @method $this setTaxClassId(int $value)
* @method float getPrice()
* @method Mage_Catalog_Model_Product_Indexer_Price setPrice(float $value)
* @method $this setPrice(float $value)
* @method float getFinalPrice()
* @method Mage_Catalog_Model_Product_Indexer_Price setFinalPrice(float $value)
* @method $this setFinalPrice(float $value)
* @method float getMinPrice()
* @method Mage_Catalog_Model_Product_Indexer_Price setMinPrice(float $value)
* @method $this setMinPrice(float $value)
* @method float getMaxPrice()
* @method Mage_Catalog_Model_Product_Indexer_Price setMaxPrice(float $value)
* @method $this setMaxPrice(float $value)
* @method float getTierPrice()
* @method Mage_Catalog_Model_Product_Indexer_Price setTierPrice(float $value)
* @method $this setTierPrice(float $value)
*/
class Mage_Catalog_Model_Product_Indexer_Price extends Mage_Index_Model_Indexer_Abstract
{
Expand Down
Loading