AddSubBlock(\${$sBlockVarName});\n"; } public static function GetBlockVarName($sPrefix) { return str_replace('.', '', uniqid($sPrefix.'_', true)); } }