1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_model_extend.md

485 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JSF_foxx_model_extend /// /// FoxxModel#extend(instanceProperties, classProperties) /// /// Extend the Model prototype to add or overwrite methods. /// The first object contains the properties to be defined on the instance, /// the second object those to be defined on the prototype. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////