‪TYPO3CMS  11.5
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture Class Reference

Public Member Functions

 like1 ($arg1, $arg2, $arg3)
 
 like2 ($arg1, $arg2, $arg3)
 
 like3 ($arg1, $arg2)
 

Static Public Member Functions

static like4 ($arg1, $arg2, $arg3)
 

Protected Member Functions

 like5 ($arg1, $arg2, $arg3)
 

Detailed Description

Fixture file

Definition at line 23 of file InterfaceMethodChangedMatcherFixture.php.

Member Function Documentation

◆ like1()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture::like1 (   $arg1,
  $arg2,
  $arg3 
)

Match: Argument number 3 has been removed.

Parameters
$arg1
$arg2
$arg3

Definition at line 32 of file InterfaceMethodChangedMatcherFixture.php.

◆ like2()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture::like2 (   $arg1,
  $arg2,
  $arg3 
)

Match: ignored

Parameters
$arg1
$arg2
$arg3‪@extensionScannerIgnoreLine

Definition at line 46 of file InterfaceMethodChangedMatcherFixture.php.

◆ like3()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture::like3 (   $arg1,
  $arg2 
)

No match: Only two arguments is ok.

Parameters
$arg1
$arg2

Definition at line 59 of file InterfaceMethodChangedMatcherFixture.php.

◆ like4()

static TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture::like4 (   $arg1,
  $arg2,
  $arg3 
)
static

No match: Static does not make sense on interfaces we're looking for here

Parameters
$arg1
$arg2
$arg3

Definition at line 74 of file InterfaceMethodChangedMatcherFixture.php.

◆ like5()

TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\InterfaceMethodChangedMatcherFixture::like5 (   $arg1,
  $arg2,
  $arg3 
)
protected

No match: Protected

Parameters
$arg1
$arg2
$arg3

Definition at line 83 of file InterfaceMethodChangedMatcherFixture.php.