‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods Class Reference

Public Member Functions

 publicMethod ()
 
 methodWithIgnoredTags ()
 
 injectSettings ()
 
 injectMethodWithoutParam ()
 
 injectFoo (DummyClassWithAllTypesOfMethods $foo)
 
 methodWithDocBlockTypeHintOnly ($param)
 

Static Public Member Functions

static staticMethod ()
 
static methodWithMandatoryParam ($param)
 
static methodWithNullableParam ($param=null)
 
static methodWithDefaultValueParam ($param='foo')
 
static methodWithTypeHintedParam (string $param)
 

Protected Member Functions

 protectedMethod ()
 
 injectMethodThatIsProtected ()
 

Private Member Functions

 privateMethod ()
 

Detailed Description

Fixture class with getters and setters

Definition at line 23 of file DummyClassWithAllTypesOfMethods.php.

Member Function Documentation

◆ injectFoo()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::injectFoo ( DummyClassWithAllTypesOfMethods  $foo)

Definition at line 54 of file DummyClassWithAllTypesOfMethods.php.

◆ injectMethodThatIsProtected()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::injectMethodThatIsProtected ( )
protected

Definition at line 49 of file DummyClassWithAllTypesOfMethods.php.

◆ injectMethodWithoutParam()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::injectMethodWithoutParam ( )

Definition at line 44 of file DummyClassWithAllTypesOfMethods.php.

◆ injectSettings()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::injectSettings ( )

Definition at line 39 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithDefaultValueParam()

static TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithDefaultValueParam (   $param = 'foo')
static

Definition at line 65 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithDocBlockTypeHintOnly()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithDocBlockTypeHintOnly (   $param)
Parameters
\TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods$param

Definition at line 72 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithIgnoredTags()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithIgnoredTags ( )

@license

Author
Version

Definition at line 37 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithMandatoryParam()

static TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithMandatoryParam (   $param)
static

Definition at line 61 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithNullableParam()

static TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithNullableParam (   $param = null)
static

Definition at line 63 of file DummyClassWithAllTypesOfMethods.php.

◆ methodWithTypeHintedParam()

static TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::methodWithTypeHintedParam ( string  $param)
static

Definition at line 67 of file DummyClassWithAllTypesOfMethods.php.

◆ privateMethod()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::privateMethod ( )
private

Definition at line 29 of file DummyClassWithAllTypesOfMethods.php.

◆ protectedMethod()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::protectedMethod ( )
protected

Definition at line 27 of file DummyClassWithAllTypesOfMethods.php.

◆ publicMethod()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::publicMethod ( )

Definition at line 25 of file DummyClassWithAllTypesOfMethods.php.

◆ staticMethod()

static TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\DummyClassWithAllTypesOfMethods::staticMethod ( )
static

Definition at line 59 of file DummyClassWithAllTypesOfMethods.php.