‪TYPO3CMS  11.5
PropertyExistsStaticMatcherFixture.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /*
6  * This file is part of the TYPO3 CMS project.
7  *
8  * It is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU General Public License, either version 2
10  * of the License, or any later version.
11  *
12  * For the full copyright and license information, please read the
13  * LICENSE.txt file that was distributed with this source code.
14  *
15  * The TYPO3 project - inspiring people to share!
16  */
17 
19 
24 {
25  protected static ‪$iAmAMatch = 42;
26 
27  protected static ‪$iAmNotAMatch;
28 
29  public static ‪$iAmNotAMatchEither;
30 
31  private static ‪$iAmNoMatchToo;
32 }
33 
35 {
36  public static ‪$iAmAMatch;
37 }
38 
40 {
41  // Not a match: private
42  private static ‪$iAmAMatch;
43 }
44 
46 {
47  // Not a match: suppressed
48  // @extensionScannerIgnoreLine
49  public static ‪$iAmAMatch;
50 }
51 
53 {
60  public static ‪$iAmAMatch;
61 }
62 
64 {
65  // Not a match: Not static
66  public ‪$iAmAMatch;
67 }
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture4\$iAmAMatch
‪static $iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:49
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture2
Definition: PropertyExistsStaticMatcherFixture.php:35
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture5\$iAmAMatch
‪static string null $iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:59
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures
Definition: ArrayDimensionMatcherFixture.php:18
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture3
Definition: PropertyExistsStaticMatcherFixture.php:40
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture2\$iAmAMatch
‪static $iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:36
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNotAMatch
‪static $iAmNotAMatch
Definition: PropertyExistsStaticMatcherFixture.php:27
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmAMatch
‪static $iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:25
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture6
Definition: PropertyExistsStaticMatcherFixture.php:63
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture5
Definition: PropertyExistsStaticMatcherFixture.php:53
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNoMatchToo
‪static $iAmNoMatchToo
Definition: PropertyExistsStaticMatcherFixture.php:31
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture3\$iAmAMatch
‪static $iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:42
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNotAMatchEither
‪static $iAmNotAMatchEither
Definition: PropertyExistsStaticMatcherFixture.php:29
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture6\$iAmAMatch
‪$iAmAMatch
Definition: PropertyExistsStaticMatcherFixture.php:65
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture4
Definition: PropertyExistsStaticMatcherFixture.php:46
‪TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1
Definition: PropertyExistsStaticMatcherFixture.php:24