Lggr
|
Public Member Functions | |
supports (ClassNode $node) | |
apply (ClassNode $node) | |
getPriority () | |
Traversable interface patch. Forces classes that implement interfaces, that extend Traversable to also implement Iterator.
Prophecy\Doubler\ClassPatch\TraversablePatch::apply | ( | ClassNode | $node | ) |
Forces class to implement Iterator interface.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\TraversablePatch::getPriority | ( | ) |
Returns patch priority, which determines when patch will be applied.
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.
Prophecy\Doubler\ClassPatch\TraversablePatch::supports | ( | ClassNode | $node | ) |
Supports nodetree, that implement Traversable, but not Iterator or IteratorAggregate.
ClassNode | $node |
Implements Prophecy\Doubler\ClassPatch\ClassPatchInterface.