Neos\Neos\EventLog\Integrations\EntityIntegrationService::dummyMethodToEnsureInstanceExists PHP Метод

dummyMethodToEnsureInstanceExists() публичный Метод

Dummy method which is called in a prePersist signal. If we remove that, this object is never instantiated and thus cannot hook into the Doctrine EntityManager.
public dummyMethodToEnsureInstanceExists ( ) : void
Результат void
    public function dummyMethodToEnsureInstanceExists()
    {
        // intentionally empty
    }