PHP Class PHPSemVerChecker\Operation\FunctionOperationDelta

Inheritance: extends PHPSemVerChecker\Operation\Operation
Afficher le fichier Open project: tomzx/php-semver-checker

Protected Properties

Свойство Type Description
$fileAfter string
$fileBefore string
$functionAfter PhpParser\Node\Stmt\Function_
$functionBefore PhpParser\Node\Stmt\Function_

Méthodes publiques

Méthode Description
__construct ( string $fileBefore, Function_ $functionBefore, string $fileAfter, Function_ $functionAfter )
getLine ( ) : integer
getLocation ( ) : string
getTarget ( ) : string

Method Details

__construct() public méthode

public __construct ( string $fileBefore, Function_ $functionBefore, string $fileAfter, Function_ $functionAfter )
$fileBefore string
$functionBefore PhpParser\Node\Stmt\Function_
$fileAfter string
$functionAfter PhpParser\Node\Stmt\Function_

getLine() public méthode

public getLine ( ) : integer
Résultat integer

getLocation() public méthode

public getLocation ( ) : string
Résultat string

getTarget() public méthode

public getTarget ( ) : string
Résultat string

Property Details

$fileAfter protected_oe property

protected string $fileAfter
Résultat string

$fileBefore protected_oe property

protected string $fileBefore
Résultat string

$functionAfter protected_oe property

protected Function_,PhpParser\Node\Stmt $functionAfter
Résultat PhpParser\Node\Stmt\Function_

$functionBefore protected_oe property

protected Function_,PhpParser\Node\Stmt $functionBefore
Résultat PhpParser\Node\Stmt\Function_