You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
799 B
34 lines
799 B
@startuml
|
|
class phpFITFileAnalysis
|
|
{
|
|
data_mesgs : array
|
|
dev_field_descriptions : array
|
|
options : null
|
|
file_contents : string
|
|
file_pointer : integer
|
|
defn_mesgs : array
|
|
defn_mesgs_all : array
|
|
file_header : array
|
|
php_trader_ext_loaded : boolean
|
|
types : null
|
|
garmin_timestamps : boolean
|
|
readDataRecords : function
|
|
fixData($options) : function
|
|
interpolateMissingData(&$missing_keys, &$array)
|
|
}
|
|
|
|
ProjectModel --|> Project
|
|
AttributeModel --|> Element
|
|
UMLModel --|> Element
|
|
UMLClassDiagram --|> Element
|
|
UMLClassView --|> View
|
|
UMLNameCompartmentView --|> View
|
|
UMLAttributeCompartmentView --|> View
|
|
UMLOperationCompartmentView --|> View
|
|
UMLReceptionCompartmentView --|> View
|
|
UMLTemplateParameterCompartmentView --|> View
|
|
LabelView --|> View
|
|
|
|
@enduml
|
|
|