public function getClassEtatDDC(\TRC\CoreBundle\Entity\DDC\EDDC $phase) { if ($phase->getActive()) { return 'encours'; } else { if (!is_null($phase->getDateajout())) { return 'terminer'; } else { return 'avenir'; } } }
/** * {@inheritDoc} */ public function getCommentaire() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCommentaire', []); return parent::getCommentaire(); }