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