PHP 클래스 Prophecy\Doubler\ClassPatch\MagicCallPatch

저자: Thomas Tourlourat ([email protected])
저자: Kévin Dunglas ([email protected])
저자: Théo FIDRY ([email protected])
상속: implements Prophecy\Doubler\ClassPatch\ClassPatchInterface
파일 보기 프로젝트 열기: phpspec/prophecy

공개 메소드들

메소드 설명
__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