Subversion Repositories DevTools

Rev

Rev 7300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7300 Rev 7321
Line 31... Line 31...
31
 
31
 
32
#-------------------------------------------------------------------------------
32
#-------------------------------------------------------------------------------
33
# Function        : New
33
# Function        : New
34
#
34
#
35
# Description     : Create a new properties object
35
# Description     : Create a new properties object
36
#                   Reads in  file and populates the internal data
36
#                   Reads in file and populates the internal data
37
#
37
#
38
# Inputs          : $filename           - Optional File Name
38
# Inputs          : $filename           - Optional File Name
39
#
39
#
40
# Returns         : Object
40
# Returns         : Object
41
#
41
#
Line 124... Line 124...
124
}
124
}
125
 
125
 
126
#-------------------------------------------------------------------------------
126
#-------------------------------------------------------------------------------
127
# Function        : enum
127
# Function        : enum
128
#
128
#
129
# Description     : Enumerat all properties
129
# Description     : Enumerate all properties
130
#
130
#
131
# Inputs          : None
131
# Inputs          : None
132
#
132
#
133
# Returns         : Array of properties names
133
# Returns         : Array of properties names
134
#
134
#