예제 #1
0
 function instanciate($sort = 1)
 {
     return DynamicFormEntry::create(array('form_id' => $this->get('id'), 'sort' => $sort));
 }