Example #1
0
 public function &spawn(Ezer_ScopeInstance &$scope_instance)
 {
     $ret = new Ezer_ScopeInstance($scope_instance->getVariables(), $scope_instance, $this);
     return $ret;
 }