PHP Class PHPSemVerChecker\Operation\FunctionOperationUnary

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

Protected Properties

Свойство Type Description
$file string
$function PhpParser\Node\Stmt\Function_

Méthodes publiques

Méthode Description
__construct ( string $file, Function_ $function )
getLine ( ) : integer
getLocation ( ) : string
getTarget ( ) : string

Method Details

__construct() public méthode

public __construct ( string $file, Function_ $function )
$file string
$function 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

$file protected_oe property

protected string $file
Résultat string

$function protected_oe property

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