Example #1
0
 /**
  * Toggles strict bean type names.
  * If set to TRUE (default) this will forbid the use of underscores and
  * uppercase characters in bean type strings (R::dispense).
  *
  * @param boolean
  */
 public static function setStrictTyping($trueFalse)
 {
     self::$strictType = (bool) $trueFalse;
 }