/**
  * {@inheritDoc}
  */
 public function getDestinationImageId()
 {
     if ($this->__isInitialized__ === false) {
         return (int) parent::getDestinationImageId();
     }
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDestinationImageId', array());
     return parent::getDestinationImageId();
 }