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

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

공개 메소드들

메소드 설명
it_discovers_api_using_phpdoc ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_discovers_api_using_phpdoc_from_extended_parent_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_discovers_api_using_phpdoc_from_implemented_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_discovers_api_using_phpdoc_from_own_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_has_50_priority ( )
it_ignores_empty_methods_from_phpdoc ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_ignores_existing_methods ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_is_a_patch ( )
it_supports_anything ( Prophecy\Doubler\Generator\Node\ClassNode $node )

메소드 상세

it_discovers_api_using_phpdoc() 공개 메소드

public it_discovers_api_using_phpdoc ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_discovers_api_using_phpdoc_from_extended_parent_interfaces() 공개 메소드

public it_discovers_api_using_phpdoc_from_extended_parent_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_discovers_api_using_phpdoc_from_implemented_interfaces() 공개 메소드

public it_discovers_api_using_phpdoc_from_implemented_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_discovers_api_using_phpdoc_from_own_interfaces() 공개 메소드

public it_discovers_api_using_phpdoc_from_own_interfaces ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_has_50_priority() 공개 메소드

public it_has_50_priority ( )

it_ignores_empty_methods_from_phpdoc() 공개 메소드

public it_ignores_empty_methods_from_phpdoc ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_ignores_existing_methods() 공개 메소드

public it_ignores_existing_methods ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_is_a_patch() 공개 메소드

public it_is_a_patch ( )

it_supports_anything() 공개 메소드

public it_supports_anything ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode