/**
  * {@inheritDoc}
  */
 public function getCustomerGroups()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCustomerGroups', array());
     return parent::getCustomerGroups();
 }