SofaDoc

SofaDoc Map Usage

inc/function.php

Contains the swFunction parent class

Classes

swFunction

Stub class for functions
info() returns human visible information about the function
arity() number of arguments. Only functions with arity > 0 can be used for calc and query.
Use only consistent functions for query
dowork($args) the actual code

Methods

info()
arity()
dowork($args)

Properties