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