You are here

public function JSNode::__set in Javascript Aggregator 6

File

./jsminplus.php, line 1681

Class

JSNode

Code

public function __set($name, $value) {
  $this->{$name} = $value;
}