add metadata comment for IDE
This commit is contained in:
parent
a87c9a7770
commit
7dd1e2f439
@ -120,6 +120,7 @@ class MatchManagerWidget implements ManialinkPageAnswerListener, CallbackListene
|
|||||||
*/
|
*/
|
||||||
public function load(ManiaControl $maniaControl) {
|
public function load(ManiaControl $maniaControl) {
|
||||||
$this->maniaControl = $maniaControl;
|
$this->maniaControl = $maniaControl;
|
||||||
|
/** @var MatchManagerCore */
|
||||||
$this->MatchManagerCore = $this->maniaControl->getPluginManager()->getPlugin(self::MATCHMANAGERCORE_PLUGIN);
|
$this->MatchManagerCore = $this->maniaControl->getPluginManager()->getPlugin(self::MATCHMANAGERCORE_PLUGIN);
|
||||||
|
|
||||||
if ($this->MatchManagerCore == Null) {
|
if ($this->MatchManagerCore == Null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user