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

triggerSomethingSignalFromSubClass() public method

    public function triggerSomethingSignalFromSubClass()
    {
        $this->emitSomething();
    }