コード例 #1
0
	/**
	 * Disables agrégation
	 */
	public static function disableAgregation()
	{
		self::$isAgregationEnabled = false;
	}
コード例 #2
0
	/**
	 * Code to be run after persisting the object
	 * @param PropelPDO $con
	 */
	public function postSave(PropelPDO $con = null) { 
		if (AbsenceEleveTraitementPeer::isAgregationEnabled()) {
		    $this->updateAgregationTable();
		}
	}