Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/aspect/cflow.js

  • Provides:

    • dojox.lang.aspect.cflow
  • dojox.lang.aspect

    • alias - dojox.lang.aspect
  • dojox.lang.aspect.cflow

    • parameters:
      • instance: (typeof Object)
        An instance to be matched. If null, any context will be examined.
        Otherwise the context should belong to this instance.
      • method: (typeof String|RegExp|Array)
        An optional pattern to be matched against a method name. Can be a string,
        a RegExp object or an array of strings and RegExp objects.
        If it is omitted, any name will satisfy the criteria.
    • returns
      Boolean
    • summary
      Returns true if the context stack contains a context for a given
      instance that satisfies a given method name criteria.
    • type
      Function
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object