Neos\Flow\Tests\Functional\SignalSlot\Fixtures\SubClass::somethingSlot PHP 메소드

somethingSlot() 공개 메소드

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