TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
PropertyExistsStaticMatcherFixture.php
Go to the documentation of this file.
1
<?php
2
declare(strict_types = 1);
3
namespace
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures
;
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
21
class
PropertyExistsStaticMatcherFixture1
22
{
23
protected
static
$iAmAMatch
= 42;
24
25
protected
static
$iAmNotAMatch
;
26
27
public
static
$iAmNotAMatchEither
;
28
29
private
static
$iAmNoMatchToo
;
30
}
31
32
class
PropertyExistsStaticMatcherFixture2
33
{
34
public
static
$iAmAMatch
;
35
}
36
37
class
PropertyExistsStaticMatcherFixture3
38
{
39
// Not a match: private
40
private
static
$iAmAMatch
;
41
}
42
43
class
PropertyExistsStaticMatcherFixture4
44
{
45
// Not a match: suppressed
46
// @extensionScannerIgnoreLine
47
public
static
$iAmAMatch
;
48
}
49
50
class
PropertyExistsStaticMatcherFixture5
51
{
58
public
static
$iAmAMatch
;
59
}
60
61
class
PropertyExistsStaticMatcherFixture6
62
{
63
// Not a match: Not static
64
public
$iAmAMatch
;
65
}
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture4\$iAmAMatch
static $iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:47
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture2
Definition:
PropertyExistsStaticMatcherFixture.php:33
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture5\$iAmAMatch
static string null $iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:57
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures
Definition:
ArrayDimensionMatcherFixture.php:3
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture3
Definition:
PropertyExistsStaticMatcherFixture.php:38
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture2\$iAmAMatch
static $iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:34
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNotAMatch
static $iAmNotAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:25
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmAMatch
static $iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:23
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture6
Definition:
PropertyExistsStaticMatcherFixture.php:61
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture5
Definition:
PropertyExistsStaticMatcherFixture.php:51
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNoMatchToo
static $iAmNoMatchToo
Definition:
PropertyExistsStaticMatcherFixture.php:29
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture3\$iAmAMatch
static $iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:40
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1\$iAmNotAMatchEither
static $iAmNotAMatchEither
Definition:
PropertyExistsStaticMatcherFixture.php:27
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture6\$iAmAMatch
$iAmAMatch
Definition:
PropertyExistsStaticMatcherFixture.php:63
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture4
Definition:
PropertyExistsStaticMatcherFixture.php:44
TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures\PropertyExistsStaticMatcherFixture1
Definition:
PropertyExistsStaticMatcherFixture.php:22
doxygen
typo3
sysext
install
Tests
Unit
ExtensionScanner
Php
Matcher
Fixtures
PropertyExistsStaticMatcherFixture.php
Generated on Tue Oct 5 2021 01:57:52 for TYPO3CMS by
1.8.18