コード例 #1
0
 /**
  * Returns some addition information required by the edit view, which is not associated with
  * a particular record.
  */
 protected function prepareOtherViewData($values)
 {
     return array_merge((array) parent::prepareOtherViewData($values), array('publicFieldName' => 'Public (available for all survey datasets on this warehouse)'));
 }