/**
  * Sets a flag indicating a Propel configuration file path has been
  * explicitly set as default for use with Propel::init() in database.xml
  *
  * @author     David Zülke <*****@*****.**>
  * @since      0.10.0
  */
 protected static function setDefaultConfigPathSet()
 {
     self::$defaultConfigPathSet = true;
 }