\Trismegiste\Mondrian\RefactorRefactored

Refactored is a container for refactoring changes

Summary

Methods
Properties
Constants
pushNewContract()
hasNewContract()
getNewContract()
No public properties found
No constants found
No protected methods found
$newContract
N/A
No private methods found
No private properties found
N/A

Properties

$newContract

$newContract : 

Type

Methods

pushNewContract()

pushNewContract(string  $fqcn, string  $interfaceName) 

Stack a new contract for a concrete class

Parameters

string $fqcn

FQCN

string $interfaceName

name of interface (fully qualified)

hasNewContract()

hasNewContract(string  $fqcn) 

Is there a new contract for a concrete class ?

Parameters

string $fqcn

FQCN

getNewContract()

getNewContract(string  $fqcn) 

Get the new contract for a concrete class

Parameters

string $fqcn

FQCN