Some PHPDoc

SVN:trunk[5229]
This commit is contained in:
Pierre Goiffon
2018-01-10 14:08:36 +00:00
parent cc08613304
commit 94ba32af57
3 changed files with 24 additions and 8 deletions

View File

@@ -270,8 +270,10 @@ abstract class AttributeDefinition
*/
static public function IsExternalField() {return false;}
/**
* Returns true if the attribute can be written (by essence)
* Returns true if the attribute can be written (by essence : metamodel field option)
*
* @return bool
* @see \DBObject::IsAttributeReadOnlyForCurrentState() for a specific object instance (depending on its workflow)
*/
public function IsWritable() {return false;}
/**