Ejemplo n.º 1
0
 public static function modifyItemData(Kwf_Component_Data $new)
 {
     parent::modifyItemData($new);
     $new->start_date = $new->chained->row->start_date;
     $new->end_date = $new->chained->row->end_date;
 }
Ejemplo n.º 2
0
 public static function modifyItemData(Kwf_Component_Data $new)
 {
     parent::modifyItemData($new);
     $new->publish_date = $new->chained->row->publish_date;
     $new->teaser = $new->chained->row->teaser;
 }