parent = $parent; } /** * Получаем объект parent-плагина * @return Plugin|null */ public function getParent() { return $this->parent; } }