TYPO3 CMS  TYPO3_6-2
All Classes Namespaces Files Functions Variables Pages
AbstractStructureRecordConstraint.php
Go to the documentation of this file.
1 <?php
3 
18 
23 
27  protected $recordIdentifier;
28 
32  protected $recordField;
33 
35  $this->recordIdentifier = $recordIdentifier;
36  return $this;
37  }
38 
39  public function setRecordField($recordField) {
40  $this->recordField = $recordField;
41  return $this;
42  }
43 
44 }