We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524afce commit 6fe5139Copy full SHA for 6fe5139
2 files changed
src/Database/Table/ActiveRow.php
@@ -50,6 +50,12 @@ public function getTable(): Selection
50
}
51
52
53
+ public function getExplorer(): Nette\Database\Explorer
54
+ {
55
+ return $this->table->getExplorer();
56
+ }
57
+
58
59
public function __toString(): string
60
{
61
return (string) $this->getPrimary();
src/Database/Table/Selection.php
@@ -174,6 +174,12 @@ public function getSqlBuilder(): SqlBuilder
174
175
176
177
+ public function getExplorer(): Explorer
178
179
+ return $this->explorer;
180
181
182
183
/********************* quick access ****************d*g**/
184
185
0 commit comments