mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 04:53:49 +00:00
@@ -172,6 +172,7 @@ class CustomField
|
||||
/**
|
||||
* Set active.
|
||||
*
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setActive(bool $active)
|
||||
@@ -222,6 +223,8 @@ class CustomField
|
||||
/**
|
||||
* Set order.
|
||||
*
|
||||
* @param float $order
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setOrdering(?float $order)
|
||||
@@ -251,6 +254,8 @@ class CustomField
|
||||
/**
|
||||
* Set type.
|
||||
*
|
||||
* @param string $type
|
||||
*
|
||||
* @return CustomField
|
||||
*/
|
||||
public function setType(?string $type)
|
||||
|
Reference in New Issue
Block a user