Class Mage_Eav_Model_Form
EAV Entity Form Model
Direct known subclasses
Mage_Customer_Model_Form
Abstract
Package: Mage\Eav
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Eav/Model/Form.php
Package: Mage\Eav
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Eav/Model/Form.php
public
|
|
protected
mixed
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
|
public
array
|
|
protected
|
#
_getAttributeDataModel(
Return attribute data model by attribute |
public
Zend_Controller_Request_Http
|
|
public
array
|
#
extractData( Zend_Controller_Request_Http $request, string $scope = null, boolean $scopeOnly = true )
Extract data from request and return associative data array |
public
boolean|array
|
|
public
|
|
public
|
|
public
array
|
#
outputData( string $format =
Return array of entity formated values |
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
boolean|
|
#
ignoreInvisible( mixed $setValue = null )
Combined getter/setter whether to omit invisible attributes during rendering/validation |
protected
boolean
|
#
_isAttributeOmitted(
Whether the specified attribute needs to skip rendering/validation |
protected
string
|
$_moduleName | '' |
#
Current module pathname |
protected
string
|
$_entityTypeCode | '' |
#
Current EAV entity type code |
protected
|
$_store |
|
#
Current store instance |
protected
|
$_entityType |
|
#
Current entity type instance |
protected
|
$_entity |
|
#
Current entity instance |
protected
string
|
$_formCode |
|
#
Current form code |
protected
array
|
$_attributes |
|
#
Array of form attributes |
protected
array
|
$_systemAttributes |
|
#
Array of form system attributes |
protected
array
|
$_userAttributes |
|
#
Array of form user defined attributes |
protected
boolean
|
$_isAjax | false |
#
Is AJAX request flag |
protected
boolean
|
$_ignoreInvisible | true |
#
Whether the invisible form fields need to be filtered/ignored |