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