Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 4aed2dd

Browse files
author
UramnOIL
committed
getManager()の追加
1 parent 49c9d35 commit 4aed2dd

File tree

1 file changed

+9
-0
lines changed
  • src/VectorNetworkProject/DataProvider

1 file changed

+9
-0
lines changed

src/VectorNetworkProject/DataProvider/Main.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Main extends PluginBase
2121
private $manager;
2222
/** @var DataConnector */
2323
private $connector;
24+
2425
public function onEnable()
2526
{
2627
$this->saveDefaultConfig();
@@ -41,4 +42,12 @@ public function onDisable()
4142
$this->connector->close();
4243
}
4344
}
45+
46+
/**
47+
* @return TableManager
48+
*/
49+
public function getManager(): TableManager
50+
{
51+
return $this->manager;
52+
}
4453
}

0 commit comments

Comments
 (0)