PHP Class Neos\Flow\Tests\Functional\SignalSlot\Fixtures\SubClass

Inheritance: extends AbstractClass
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$slotWasCalled

Public Methods

Method Description
emitSomething ( ) : void
somethingSlot ( ) : void
triggerSomethingSignalFromSubClass ( ) : void

Method Details

emitSomething() public method

public emitSomething ( ) : void
return void

somethingSlot() public method

public somethingSlot ( ) : void
return void

triggerSomethingSignalFromSubClass() public method

Property Details

$slotWasCalled public property

public $slotWasCalled