Пример #1
0
 /**
  * Enable/disable the use of XML to object mapping.
  *
  * @param boolean $value Pass in true to use the XML to object mapping.
  *                       Pass in false or null to disable it.
  * @return void
  */
 public static function useObjectMapping($value)
 {
     self::$_useObjectMapping = (bool) $value;
 }