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