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