‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat:
TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Animal

Public Member Functions

string null getColor ()
 
 setColor (?string $color)
 
int null getHeight ()
 
 setHeight (?int $height)
 
int null getNumberOfEars ()
 
 setNumberOfEars (?int $numberOfEars)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Animal
string getName ()
 
 setName (string $name)
 

Protected Attributes

string null $color
 
int null $height
 
int null $numberOfEars
 

Detailed Description

Definition at line 20 of file Cat.php.

Member Function Documentation

◆ getColor()

string null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::getColor ( )
Returns
‪string|null

Definition at line 37 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$color.

◆ getHeight()

int null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::getHeight ( )
Returns
‪int|null

Definition at line 53 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$height.

◆ getNumberOfEars()

int null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::getNumberOfEars ( )
Returns
‪int|null

Definition at line 69 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$numberOfEars.

◆ setColor()

TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::setColor ( ?string  $color)
Parameters
string | null$color

Definition at line 45 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$color.

◆ setHeight()

TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::setHeight ( ?int  $height)
Parameters
int | null$height

Definition at line 61 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$height.

◆ setNumberOfEars()

TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::setNumberOfEars ( ?int  $numberOfEars)
Parameters
int | null$numberOfEars

Definition at line 77 of file Cat.php.

References TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat\$numberOfEars.

Member Data Documentation

◆ $color

string null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::$color
protected

◆ $height

int null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::$height
protected

◆ $numberOfEars

int null TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures\Cat::$numberOfEars
protected