Esempio n. 1
0
 /**
  * Returns the label of workflow State.
  *
  * @return string|null
  *
  * @Serializer\VirtualProperty
  * @Serializer\SerializedName("workflow_label")
  */
 public function getWorkflowStateLabel()
 {
     return null !== $this->_workflow_state ? $this->_workflow_state->getLabel() : null;
 }