[Top]
MasterObject
|
Method MasterObject()->cast_to_program()
- Method
cast_to_program
-
program cast_to_program(string str, string|void current_file)
- Description
-
Called by the Pike runtime to cast strings to programs.
- Parameter str
-
String to cast to object.
- Parameter current_file
-
Filename of the file that attempts to perform the cast.
- Returns
-
Returns the resulting program.
- See also
-
cast_to_object()
|