PHP 클래스 spec\Prophecy\Doubler\ClassPatch\ReflectionClassNewInstancePatchSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/prophecy

공개 메소드들

메소드 설명
it_is_a_patch ( )
it_makes_all_newInstance_arguments_optional ( Prophecy\Doubler\Generator\Node\ClassNode $class, Prophecy\Doubler\Generator\Node\MethodNode $method, Prophecy\Doubler\Generator\Node\ArgumentNode $arg1 )
it_supports_ReflectionClass_only ( Prophecy\Doubler\Generator\Node\ClassNode $reflectionClassNode, Prophecy\Doubler\Generator\Node\ClassNode $anotherClassNode )
its_priority_is_50 ( )

메소드 상세

it_is_a_patch() 공개 메소드

public it_is_a_patch ( )

it_makes_all_newInstance_arguments_optional() 공개 메소드

public it_makes_all_newInstance_arguments_optional ( Prophecy\Doubler\Generator\Node\ClassNode $class, Prophecy\Doubler\Generator\Node\MethodNode $method, Prophecy\Doubler\Generator\Node\ArgumentNode $arg1 )
$class Prophecy\Doubler\Generator\Node\ClassNode
$method Prophecy\Doubler\Generator\Node\MethodNode
$arg1 Prophecy\Doubler\Generator\Node\ArgumentNode

it_supports_ReflectionClass_only() 공개 메소드

public it_supports_ReflectionClass_only ( Prophecy\Doubler\Generator\Node\ClassNode $reflectionClassNode, Prophecy\Doubler\Generator\Node\ClassNode $anotherClassNode )
$reflectionClassNode Prophecy\Doubler\Generator\Node\ClassNode
$anotherClassNode Prophecy\Doubler\Generator\Node\ClassNode

its_priority_is_50() 공개 메소드

public its_priority_is_50 ( )