PHP Класс spec\Prophecy\Doubler\ClassPatch\MagicCallPatchSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

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

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