PHP Класс Trismegiste\Mondrian\Visitor\InterfaceExtractor

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

Защищенные свойства (Protected)

Свойство Тип Описание
$context a temporary stack of methods for the currently new interface
$dumper
$methodStack a list of PhpFile
$newContent
$newInterface

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

Метод Описание
__construct ( Refactored $ctx, PhpPersistence $callable )
afterTraverse ( array $node ) {@inheritDoc}
beforeTraverse ( array $nodes ) {@inheritDoc}
leaveNode ( PHPParser_Node $node ) {@inheritDoc}

Защищенные методы

Метод Описание
buildNewInterface ( ) : PhpFile Build the new PhpFile for the new contract
enterClassNode ( PHPParser_Node_Stmt_Class $node ) {@inheritDoc}
enterInterfaceNode ( PHPParser_Node_Stmt_Interface $node ) {@inheritDoc}
enterPublicMethodNode ( PHPParser_Node_Stmt_ClassMethod $node ) {@inheritDoc}
enterStandardMethod ( PHPParser_Node_Stmt_ClassMethod $node ) Stacks the method for the new interface
enterTraitNode ( PHPParser_Node_Stmt_Trait $node ) do nothing
writeUpdated ( array $fileList ) Write a list of PhpFile

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

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

public __construct ( Refactored $ctx, PhpPersistence $callable )
$ctx Trismegiste\Mondrian\Refactor\Refactored
$callable Trismegiste\Mondrian\Parser\PhpPersistence

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

{@inheritDoc}
public afterTraverse ( array $node )
$node array

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

{@inheritDoc}
public beforeTraverse ( array $nodes )
$nodes array

buildNewInterface() защищенный Метод

Build the new PhpFile for the new contract
protected buildNewInterface ( ) : PhpFile
Результат Trismegiste\Mondrian\Parser\PhpFile

enterClassNode() защищенный Метод

{@inheritDoc}
protected enterClassNode ( PHPParser_Node_Stmt_Class $node )
$node PHPParser_Node_Stmt_Class

enterInterfaceNode() защищенный Метод

{@inheritDoc}
protected enterInterfaceNode ( PHPParser_Node_Stmt_Interface $node )
$node PHPParser_Node_Stmt_Interface

enterPublicMethodNode() защищенный Метод

{@inheritDoc}
protected enterPublicMethodNode ( PHPParser_Node_Stmt_ClassMethod $node )
$node PHPParser_Node_Stmt_ClassMethod

enterStandardMethod() защищенный Метод

Stacks the method for the new interface
protected enterStandardMethod ( PHPParser_Node_Stmt_ClassMethod $node )
$node PHPParser_Node_Stmt_ClassMethod

enterTraitNode() защищенный Метод

do nothing
protected enterTraitNode ( PHPParser_Node_Stmt_Trait $node )
$node PHPParser_Node_Stmt_Trait

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

{@inheritDoc}
public leaveNode ( PHPParser_Node $node )
$node PHPParser_Node

writeUpdated() защищенный Метод

Write a list of PhpFile
protected writeUpdated ( array $fileList )
$fileList array

Описание свойств

$context защищенное свойство

a temporary stack of methods for the currently new interface
protected $context

$dumper защищенное свойство

protected $dumper

$methodStack защищенное свойство

a list of PhpFile
protected $methodStack

$newContent защищенное свойство

protected $newContent

$newInterface защищенное свойство

protected $newInterface