![]() |
TYPO3
7.6
|
Public Member Functions | |
injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager) | |
injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher) | |
getTablesDefinitionString ($withStatic=false) | |
Protected Member Functions | |
emitTablesDefinitionIsBeingBuiltSignal (array $sqlString) | |
Protected Attributes | |
$objectManager = null | |
$signalSlotDispatcher | |
Expected schema service
Definition at line 24 of file SqlExpectedSchemaService.php.
|
protected |
Emits a signal to manipulate the tables definitions
array | $sqlString |
Definition at line 104 of file SqlExpectedSchemaService.php.
Referenced by SqlExpectedSchemaService\getTablesDefinitionString().
getTablesDefinitionString | ( | $withStatic = false | ) |
Cycle through all loaded extensions and get full table definitions as concatenated string
bool | $withStatic | TRUE if sql from ext_tables_static+adt.sql should be loaded, too. |
Definition at line 75 of file SqlExpectedSchemaService.php.
References $GLOBALS, SqlExpectedSchemaService\emitTablesDefinitionIsBeingBuiltSignal(), and GeneralUtility\getUrl().
injectObjectManager | ( | \TYPO3\CMS\Extbase\Object\ObjectManager | $objectManager | ) |
\TYPO3\CMS\Extbase\Object\ObjectManager | $objectManager |
Definition at line 39 of file SqlExpectedSchemaService.php.
References SqlExpectedSchemaService\$objectManager.
injectSignalSlotDispatcher | ( | \TYPO3\CMS\Extbase\SignalSlot\Dispatcher | $signalSlotDispatcher | ) |
\TYPO3\CMS\Extbase\SignalSlot\Dispatcher | $signalSlotDispatcher |
Definition at line 47 of file SqlExpectedSchemaService.php.
References SqlExpectedSchemaService\$signalSlotDispatcher.
|
protected |
Definition at line 29 of file SqlExpectedSchemaService.php.
Referenced by SqlExpectedSchemaService\injectObjectManager().
|
protected |
Definition at line 34 of file SqlExpectedSchemaService.php.
Referenced by SqlExpectedSchemaService\injectSignalSlotDispatcher().