mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
@@ -265,6 +265,8 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
|
||||
/**
|
||||
* Set label.
|
||||
*
|
||||
* @param string $label
|
||||
*
|
||||
* @return Event
|
||||
*/
|
||||
public function setName(?string $label)
|
||||
|
@@ -146,6 +146,7 @@ class EventType
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return EventType
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
@@ -81,6 +81,7 @@ class Role
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return Role
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
@@ -81,6 +81,7 @@ class Status
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return Status
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
|
Reference in New Issue
Block a user