TYPO3 CMS
TYPO3_6-2
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
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
AbstractStructureRecordConstraint.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection
;
3
17
use
TYPO3\CMS\Core\Tests\Functional\Framework\Frontend\ResponseSection
;
18
22
abstract
class
AbstractStructureRecordConstraint
extends
AbstractRecordConstraint
{
23
27
protected
$recordIdentifier
;
28
32
protected
$recordField
;
33
34
public
function
setRecordIdentifier
(
$recordIdentifier
) {
35
$this->recordIdentifier =
$recordIdentifier
;
36
return
$this;
37
}
38
39
public
function
setRecordField
(
$recordField
) {
40
$this->recordField =
$recordField
;
41
return
$this;
42
}
43
44
}
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractStructureRecordConstraint\setRecordIdentifier
setRecordIdentifier($recordIdentifier)
Definition:
AbstractStructureRecordConstraint.php:34
ResponseSection
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractStructureRecordConstraint\setRecordField
setRecordField($recordField)
Definition:
AbstractStructureRecordConstraint.php:39
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractStructureRecordConstraint\$recordIdentifier
$recordIdentifier
Definition:
AbstractStructureRecordConstraint.php:27
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection
Definition:
AbstractRecordConstraint.php:2
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractStructureRecordConstraint\$recordField
$recordField
Definition:
AbstractStructureRecordConstraint.php:32
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractRecordConstraint
Definition:
AbstractRecordConstraint.php:22
TYPO3\CMS\Core\Tests\Functional\Framework\Constraint\RequestSection\AbstractStructureRecordConstraint
Definition:
AbstractStructureRecordConstraint.php:22
typo3
sysext
core
Tests
Functional
Framework
Constraint
RequestSection
AbstractStructureRecordConstraint.php
Generated on Wed Aug 7 2019 09:52:23 for TYPO3 CMS by
1.8.13