classMySqlViewShadowRenderer
final class MySqlViewShadowRenderer
Implements the My Sql View Shadow Renderer contract for MySQL.
Methods§
public function render(
ViewDefinitionSet $views,
list<string> $tableNames,
): array<string, string>Parameters
$views | ViewDefinitionSet | |
$tableNames | list<string> |
Returns
array<string, string>Test cases 1
Called from 1
Calls 5
- method-call ViewDefinitionSet::orderedDefinitions() line 21
- function-call
array_mergeline 22 - function-call
array_keysline 22 - new MySqlSelectRelationParser line 24
- method-call MySqlSelectRelationParser::unqualify() line 26
Test cases 5§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 1
Other tests reaching this symbol 4
MySqlSessionFactoryTestcallsTableContextTestcallsMySqlRewriterTestcallsStatementRewriterTestcalls