TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor Class Reference

Public Member Functions

 __construct ($property1)
 
 getProperty1 ()
 
 getProperty2 ()
 
 setProperty2 ($property2)
 

Protected Attributes

 $property1
 
 $property2
 

Detailed Description

A dummy class with setters for testing data mapping

Definition at line 27 of file ClassWithSettersAndConstructor.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::__construct (   $property1)

Member Function Documentation

◆ getProperty1()

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::getProperty1 ( )

◆ getProperty2()

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::getProperty2 ( )

◆ setProperty2()

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::setProperty2 (   $property2)

Member Data Documentation

◆ $property1

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::$property1
protected

◆ $property2

TYPO3\CMS\Extbase\Tests\Fixture\ClassWithSettersAndConstructor::$property2
protected