PHP Class PHPSemVerChecker\Analyzer\ClassMethodAnalyzer

ファイルを表示 Open project: tomzx/php-semver-checker Class Usage Examples

Protected Properties

Property Type Description
$context
$fileAfter
$fileBefore

Public Methods

Method Description
__construct ( string $context, string $fileBefore = null, string $fileAfter = null )
analyze ( PhpParser\Node\Stmt $contextBefore, PhpParser\Node\Stmt $contextAfter )

Method Details

__construct() public method

public __construct ( string $context, string $fileBefore = null, string $fileAfter = null )
$context string
$fileBefore string
$fileAfter string

analyze() public method

public analyze ( PhpParser\Node\Stmt $contextBefore, PhpParser\Node\Stmt $contextAfter )
$contextBefore PhpParser\Node\Stmt
$contextAfter PhpParser\Node\Stmt

Property Details

$context protected_oe property

protected $context

$fileAfter protected_oe property

protected $fileAfter

$fileBefore protected_oe property

protected $fileBefore