Tripal
Public Member Functions | Protected Attributes | List of all members
Drupal\tripal_chado\Plugin\DataType\ChadoDataType Class Reference
Inheritance diagram for Drupal\tripal_chado\Plugin\DataType\ChadoDataType:
Inheritance graph
[legend]
Collaboration diagram for Drupal\tripal_chado\Plugin\DataType\ChadoDataType:
Collaboration graph
[legend]

Public Member Functions

 getValue ()
 
 setValue ($value, $notify=TRUE)
 
 getIterator ()
 
 get ($property_name)
 
 set ($property_name, $value, $notify=TRUE)
 
 getProperties ($include_computed=FALSE)
 
 toArray ()
 
 isEmpty ()
 
 onChange ($property_name, $notify=TRUE)
 

Protected Attributes

 $definition
 
 $values = array()
 
 $properties = array()
 

Detailed Description

Plugin implementation of the ChadoLinker data type

@DataType( id = "chado_record", label = @Translation("Chado"), definition_class = "\Drupal\tripal_chado\TypedData\ChadoDataDefinition" )

Member Function Documentation

◆ get()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::get (   $property_name)

{}

◆ getIterator()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getIterator ( )

{}

◆ getProperties()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getProperties (   $include_computed = FALSE)

{}

◆ getValue()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::getValue ( )

{}

◆ isEmpty()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::isEmpty ( )

{}

◆ onChange()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::onChange (   $property_name,
  $notify = TRUE 
)

{}

Parameters
bool$notify(optional) Whether to forward the notification to the parent. Defaults to TRUE. By passing FALSE, overrides of this method can re-use the logic of parent classes without triggering notification.

◆ set()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::set (   $property_name,
  $value,
  $notify = TRUE 
)

{}

◆ setValue()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::setValue (   $value,
  $notify = TRUE 
)

{}

◆ toArray()

Drupal\tripal_chado\Plugin\DataType\ChadoDataType::toArray ( )

{}


The documentation for this class was generated from the following file: