| 1 | <?php |
||
| 10 | class IntegerNet_Anonymizer_Model_Bridge_Entity_Address_OrderAddress |
||
| 11 | extends IntegerNet_Anonymizer_Model_Bridge_Entity_Address_Abstract |
||
| 12 | { |
||
| 13 | protected $_attributesUsedForIdentifier = array( |
||
| 14 | 'customer_id' |
||
| 15 | ); |
||
| 16 | |||
| 17 | function __construct() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Returns name of entity as translatable string |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | function getEntityName() |
||
| 31 | |||
| 32 | } |
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.