‪TYPO3CMS  ‪main
TYPO3Tests\TestIrreForeignfield\Service\QueueService Class Reference
Inheritance diagram for TYPO3Tests\TestIrreForeignfield\Service\QueueService:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 set (array $calls)
 
 get ()
 
 isActive ()
 
 setActive ($active=true)
 
 shift ()
 
 addValue ($identifier, $value)
 
 getValues ()
 

Protected Attributes

array $calls
 
array $values = array( )
 
bool $active = false
 

Detailed Description

ContentController

Definition at line 25 of file QueueService.php.

Member Function Documentation

◆ addValue()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::addValue (   $identifier,
  $value 
)
Parameters
string$identifier
mixed$value

Definition at line 69 of file QueueService.php.

References TYPO3\CMS\Webhooks\Message\$identifier.

◆ get()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::get ( )

◆ getValues()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::getValues ( )

◆ isActive()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::isActive ( )

◆ set()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::set ( array  $calls)

◆ setActive()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::setActive (   $active = true)

◆ shift()

TYPO3Tests\TestIrreForeignfield\Service\QueueService::shift ( )

Definition at line 60 of file QueueService.php.

Member Data Documentation

◆ $active

bool TYPO3Tests\TestIrreForeignfield\Service\QueueService::$active = false
protected

◆ $calls

array TYPO3Tests\TestIrreForeignfield\Service\QueueService::$calls
protected

◆ $values

array TYPO3Tests\TestIrreForeignfield\Service\QueueService::$values = array( )
protected