/**
  * {@inheritDoc}
  */
 public function getDateAjoutOffre($format = 'Y-m-d H:i:s')
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDateAjoutOffre', array($format));
     return parent::getDateAjoutOffre($format);
 }