PHP Класс Prophecy\Doubler\ClassPatch\MagicCallPatch

Автор: Thomas Tourlourat ([email protected])
Автор: Kévin Dunglas ([email protected])
Автор: Théo FIDRY ([email protected])
Наследование: implements Prophecy\Doubler\ClassPatch\ClassPatchInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __construct ( Prophecy\PhpDocumentor\MethodTagRetrieverInterface $tagRetriever = null )
$tagRetriever Prophecy\PhpDocumentor\MethodTagRetrieverInterface

apply() публичный Метод

Discover Magical API
public apply ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

getPriority() публичный Метод

Returns patch priority, which determines when patch will be applied.
public getPriority ( ) : integer
Результат integer Priority number (higher - earlier)

supports() публичный Метод

Support any class
public supports ( Prophecy\Doubler\Generator\Node\ClassNode $node ) : boolean
$node Prophecy\Doubler\Generator\Node\ClassNode
Результат boolean