mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
Entity/CustomField : renaming getActive to isActive
This commit is contained in:
parent
20ba768e43
commit
5583fbcc6c
@ -130,11 +130,11 @@ class CustomField
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get active
|
* Returns true if the custom field is active
|
||||||
*
|
*
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function getActive()
|
public function isActive()
|
||||||
{
|
{
|
||||||
return $this->active;
|
return $this->active;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user