Tripal
|
Public Member Functions | |
__construct ($entityType, $fieldType, $key, $term_id, $entityId, $value=NUll) | |
getEntityId () | |
getValue () | |
setValue ($value) | |
![]() | |
__construct ($entityType, $fieldType, $key, $term_id) | |
getEntityType () | |
getFieldType () | |
getKey () | |
getTermIdSpace () | |
getTermAccession () | |
getTerm () | |
Additional Inherited Members | |
![]() | |
$idSpaceService | |
Defines the Tripal storage property value.
Drupal\tripal\TripalStorage\StoragePropertyValue::__construct | ( | $entityType, | |
$fieldType, | |||
$key, | |||
$term_id, | |||
$entityId, | |||
$value = NUll |
|||
) |
Constructs a new tripal storage property value.
string | entityType The entity type associated with this storage property value. |
string | fieldType The field type associated with this storage property value. |
string | key The key associated with this storage property value. |
string | term_id The controlled vocabulary term asssociated with this property. It must be in the form of "IdSpace:Accession" (e.g. "rdfs:label" or "OBI:0100026") |
string | entityId The entity id associated with this storage property value. |
? | $value An optional initial value for this storage property value. |
Drupal\tripal\TripalStorage\StoragePropertyValue::getEntityId | ( | ) |
Returns the entity id associated with this storage property value.
Drupal\tripal\TripalStorage\StoragePropertyValue::getValue | ( | ) |
Returns the value of this storage property value.
Drupal\tripal\TripalStorage\StoragePropertyValue::setValue | ( | $value | ) |
Sets the value of this storage property value to the given value.
mixed | $value | The value. |