Beispiel #1
0
 /**
  * Sets the [name transformed] build properties to use.
  * @param      array Property values keyed by [transformed] prop names.
  */
 public static function setBuildProperties($props)
 {
     self::$buildProperties = $props;
 }