Exemplo n.º 1
0
 public static function getDetails($poll_info)
 {
     return array(array('id' => 'poll', 'caption' => SJB_UserPollsManager::getValueBySID($poll_info['sid']), 'value' => '', 'type' => 'list', 'length' => '20', 'list_values' => SJB_UserPollsManager::getListValuesBySID($poll_info['sid']), 'is_system' => true));
 }