Method | Description | |
---|---|---|
__construct ( Prophecy\PhpDocumentor\MethodTagRetrieverInterface $tagRetriever = null ) | ||
apply ( Prophecy\Doubler\Generator\Node\ClassNode $node ) | Discover Magical API | |
getPriority ( ) : integer | Returns patch priority, which determines when patch will be applied. | |
supports ( Prophecy\Doubler\Generator\Node\ClassNode $node ) : boolean | Support any class |
public __construct ( Prophecy\PhpDocumentor\MethodTagRetrieverInterface $tagRetriever = null ) | ||
$tagRetriever | Prophecy\PhpDocumentor\MethodTagRetrieverInterface |
public apply ( Prophecy\Doubler\Generator\Node\ClassNode $node ) | ||
$node | Prophecy\Doubler\Generator\Node\ClassNode |
public getPriority ( ) : integer | ||
return | integer | Priority number (higher - earlier) |