‪TYPO3CMS  9.5
Entity3.php
Go to the documentation of this file.
1 <?php
3 
4 /* *
5  * This script belongs to the TYPO3 Flow framework. *
6  * *
7  * It is free software; you can redistribute it and/or modify it under *
8  * the terms of the GNU Lesser General Public License, either version 3 *
9  * of the License, or (at your option) any later version. *
10  * *
11  * The TYPO3 project - inspiring people to share! *
12  * */
13 
18 {
24  public ‪$someString;
25 
29  public ‪$someInteger;
30 }
‪TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity3\$someString
‪string $someString
Definition: Entity3.php:23
‪TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model
Definition: CustomDateTime.php:2
‪TYPO3\CMS\Extbase\DomainObject\AbstractEntity
Definition: AbstractEntity.php:22
‪TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity3\$someInteger
‪int $someInteger
Definition: Entity3.php:27
‪TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity3
Definition: Entity3.php:18