Neos\Flow\Tests\Functional\SignalSlot\Fixtures\SubClass::somethingSlot PHP Method

somethingSlot() public method

public somethingSlot ( ) : void
return void
    public function somethingSlot()
    {
        $this->slotWasCalled = true;
    }