Interface org.as2lib.app.exec.ForEachExecutable

org.as2lib.core.BasicInterface
   +--org.as2lib.app.exec.Executable
      +--org.as2lib.app.exec.ForEachExecutable

Description

ForEachExecutable is a extension to Executable to execute the certain executale for all childs within a object.

Method Index

forEach()

Inherited from Executable

execute()

Inherited from BasicInterface

toString()

Method Detail

forEach

public function forEach(object):Array

Iterates through the passed-in object and invokes the execute method for every member passing-in the member itself, the name of the member and the passed-in object.

Parameters

objectthe object to iterate over

Return

list with the result of each execution