Esempio n. 1
0
 /**
  * consistency mutator
  * @param int $consistencyLevel new consistency level
  */
 public static function setConsistency($consistencyLevel)
 {
     self::$_consistencyLevel = $consistencyLevel;
 }