mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Some PHPDoc
SVN:trunk[5229]
This commit is contained in:
@@ -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;}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user