public function setMois2() { if ($this->_admin->getLocking()) { $this->_object->setMois(null); } return $this; }
public function __construct() { parent::__construct(); }
public function __construct() { parent::__construct(); $date = new \DateTime('now' . (date('d') < 25 ? ' -1 month' : '')); //$this->setMois($date); $this->setDatePiece($date); }