*******************************************************
From PHP.net: mightymrj at hotmail dot com 23-May-2006 12:52 Here's a couple functions I made that easily calculate the standard deviation. *******************************************************
void
average
(mixed $array)
Build the content for this action
void
buildContent
()
Redefinition of:
- MainWindowAction::buildContent()
- Build the content for this action.
Redefined in descendants as:
void
deviation
(mixed $array)
Answer the default styles for the Tag cloud
array
getDefaultStyles
()
Return the heading text for this action, or an empty string.
string
getHeadingText
()
Redefinition of:
- Action::getHeadingText()
- Return the heading text for this action, or an empty string.
Redefined in descendants as:
answer the tag cloud html
string
getTagCloud
(object Iterator $tags, [optional $viewAction = 'view'], [optional $styles = null], [mixed $additionalParams = null])
-
object Iterator
$tags
-
optional
$viewAction: string $viewAction The action to use when clicking on a tag. Usually view or viewuser
-
optional
$styles: array $styles An array of style-strings to use for various levels of of tag occurrances.
Answer a div element with the tag cloud html
string
getTagCloudDiv
(object Iterator $tags, [optional $viewAction = 'view'], [optional $styles = null], [mixed $additionalParams = null])
-
object Iterator
$tags
-
optional
$viewAction: string $viewAction The action to use when clicking on a tag. Usually view or viewuser
-
optional
$styles: array $styles An array of style-strings to use for various levels of of tag occurrances.
Print the tag cloud and tagging link for an item
string
getTagCloudForItem
(object TaggedItem $item, [optional $viewAction = 'view'], [optional $styles = null], [mixed $additionalParams = null])
-
object TaggedItem
$item
-
optional
$viewAction: string $viewAction The action to use when clicking on a tag. Usually view or viewuser
-
optional
$styles: array $styles An array of style-strings to use for various levels of of tag occurrances.
Answer the tag cloud for the assets in a repository
string
getTagCloudForRepository
(object Repository $repository, mixed $system, [mixed $viewAction = 'viewRepository'], [mixed $styles = null])
-
object Repository
$repository
Answer a menu for the tagging system
string
getTagMenu
()
Answer the tags
object TagIterator
getTags
()
Redefined in descendants as:
Inherited Methods
Inherited From MainWindowAction
MainWindowAction::buildContent()
MainWindowAction::execute()
MainWindowAction::getActionRows()
Inherited From WizardAction
WizardAction::cancelWizard()
WizardAction::cleanCacheName()
WizardAction::closeWizard()
WizardAction::createWizard()
WizardAction::getReturnUrl()
WizardAction::getWizard()
WizardAction::runWizard()
WizardAction::saveWizard()
Inherited From Action
Action::execute()
Action::getHeadingText()
Action::getUnauthorizedMessage()
Action::isAuthorizedToExecute()
Action::requestedAction()
Action::requestedModule()