| 1 | <?php |
||
| 10 | class IntegerNet_Anonymizer_Model_Bridge_Entity_Address_CustomerAddress |
||
| 11 | extends IntegerNet_Anonymizer_Model_Bridge_Entity_Address_Abstract |
||
| 12 | { |
||
| 13 | protected $_attributesUsedForIdentifier = array( |
||
| 14 | 'parent_id' |
||
| 15 | ); |
||
| 16 | |||
| 17 | protected $_entityType = 'customer_address'; |
||
| 18 | |||
| 19 | function __construct() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Returns name of entity as translatable string |
||
| 26 | * |
||
| 27 | * @return string |
||
| 28 | */ |
||
| 29 | function getEntityName() |
||
| 33 | |||
| 34 | |||
| 35 | } |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.