Update SettingsManager.php
I think that format is in Vendor.Modele format e.g. RainLab.User.
This commit is contained in:
parent
00be75ce13
commit
3b4f915598
|
|
@ -209,7 +209,7 @@ class SettingsManager
|
|||
* The item will be displayed if the user has any of the specified permissions.
|
||||
* - order - a position of the item in the setting, optional.
|
||||
* - category - a string to assign this item to a category, optional.
|
||||
* @param string $owner Specifies the setting items owner plugin or module in the format Vendor/Module.
|
||||
* @param string $owner Specifies the setting items owner plugin or module in the format Vendor.Module.
|
||||
* @param array $definitions An array of the setting item definitions.
|
||||
*/
|
||||
public function registerSettingItems($owner, array $definitions)
|
||||
|
|
@ -250,7 +250,7 @@ class SettingsManager
|
|||
|
||||
/**
|
||||
* Sets the navigation context.
|
||||
* @param string $owner Specifies the setting items owner plugin or module in the format Vendor/Module.
|
||||
* @param string $owner Specifies the setting items owner plugin or module in the format Vendor.Module.
|
||||
* @param string $code Specifies the settings item code.
|
||||
*/
|
||||
public static function setContext($owner, $code)
|
||||
|
|
|
|||
Loading…
Reference in New Issue