common-gateway/zgw-to-zds-bundle
CommonGateway\CoreBundle\Installer\InstallerInterface
| Name | Description |
|---|---|
| __construct | The constructor |
| checkDataConsistency | The actual code run on update and installation of this bundle |
| install | Every installation service should implement an install function |
| uninstall | Every installation service should implement an uninstall function |
| update | Every installation service should implement an update function |
Description
public __construct (\EntityManagerInterface $entityManager, \LoggerInterface $installationLogger)
The constructor
Parameters
(\EntityManagerInterface) $entityManager
: The entity manager.(\LoggerInterface) $installationLogger
: The installation logger.Return Values
void
Description
public checkDataConsistency (void)
The actual code run on update and installation of this bundle
Parameters
This function has no parameters.
Return Values
void
Description
public install (void)
Every installation service should implement an install function
Parameters
This function has no parameters.
Return Values
void
Description
public uninstall (void)
Every installation service should implement an uninstall function
Parameters
This function has no parameters.
Return Values
void
Description
public update (void)
Every installation service should implement an update function
Parameters
This function has no parameters.
Return Values
void
How can I help you explore Laravel packages today?