‪TYPO3CMS  ‪main
TYPO3Tests\TypeConverterTest\Domain\Model\Cat Class Reference
Inheritance diagram for TYPO3Tests\TypeConverterTest\Domain\Model\Cat:
TYPO3Tests\TypeConverterTest\Domain\Model\Animal

Public Member Functions

 getColor ()
 
 setColor (?string $color)
 
 getHeight ()
 
 setHeight (?int $height)
 
 getNumberOfEars ()
 
 setNumberOfEars (?int $numberOfEars)
 
- ‪Public Member Functions inherited from ‪TYPO3Tests\TypeConverterTest\Domain\Model\Animal
 getName ()
 
 setName (string $name)
 

Protected Attributes

string $color = null
 
int $height = null
 
int $numberOfEars = null
 
- ‪Protected Attributes inherited from ‪TYPO3Tests\TypeConverterTest\Domain\Model\Animal
string $name = null
 

Detailed Description

Definition at line 20 of file Cat.php.

Member Function Documentation

◆ getColor()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::getColor ( )

Definition at line 28 of file Cat.php.

References TYPO3Tests\TypeConverterTest\Domain\Model\Cat\$color.

◆ getHeight()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::getHeight ( )

Definition at line 38 of file Cat.php.

References TYPO3Tests\TypeConverterTest\Domain\Model\Cat\$height.

◆ getNumberOfEars()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::getNumberOfEars ( )

◆ setColor()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::setColor ( ?string  $color)

Definition at line 33 of file Cat.php.

References TYPO3Tests\TypeConverterTest\Domain\Model\Cat\$color.

◆ setHeight()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::setHeight ( ?int  $height)

Definition at line 43 of file Cat.php.

References TYPO3Tests\TypeConverterTest\Domain\Model\Cat\$height.

◆ setNumberOfEars()

TYPO3Tests\TypeConverterTest\Domain\Model\Cat::setNumberOfEars ( ?int  $numberOfEars)

Member Data Documentation

◆ $color

string TYPO3Tests\TypeConverterTest\Domain\Model\Cat::$color = null
protected

◆ $height

int TYPO3Tests\TypeConverterTest\Domain\Model\Cat::$height = null
protected

◆ $numberOfEars

int TYPO3Tests\TypeConverterTest\Domain\Model\Cat::$numberOfEars = null
protected