Пример #1
0
 /**
  * Sets global strict mode
  *
  * @see $this->strict()
  * @return bool
  */
 public static function setGlobalStrict($strict)
 {
     self::$_globalStrict = (bool) $strict;
 }