refactor: priority to rank
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ interface CollectionPropertiesBaseInterface extends NodePropertiesBaseInterface
|
||||
|
||||
public const PROPERTY_LABEL = 'label';
|
||||
public const PROPERTY_DESCRIPTION = 'description';
|
||||
public const PROPERTY_PRIORITY = 'priority';
|
||||
public const PROPERTY_RANK = 'rank';
|
||||
public const PROPERTY_VISIBILITY = 'visibility';
|
||||
public const PROPERTY_COLOR = 'color';
|
||||
|
||||
@@ -47,11 +47,11 @@ interface CollectionPropertiesBaseInterface extends NodePropertiesBaseInterface
|
||||
public function getDescription(): ?string;
|
||||
|
||||
/**
|
||||
* Gets the priority of this collection
|
||||
* Gets the rank of this collection
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
public function getPriority(): ?int;
|
||||
public function getRank(): ?int;
|
||||
|
||||
/**
|
||||
* Gets the visibility of this collection
|
||||
|
||||
Reference in New Issue
Block a user