本文整理汇总了PHP中kArray::makeAssociativeDefaultValue方法的典型用法代码示例。如果您正苦于以下问题:PHP kArray::makeAssociativeDefaultValue方法的具体用法?PHP kArray::makeAssociativeDefaultValue怎么用?PHP kArray::makeAssociativeDefaultValue使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类kArray
的用法示例。
在下文中一共展示了kArray::makeAssociativeDefaultValue方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_id", "_eq_status", "_like_name", "_eq_profile_type", "_in_profile_type", "_eq_enabled", "_eq_type", "_eq_use_with_bulk", "_eq_partner_id"), NULL);
$this->allowed_order_fields = array("created_at", "profile_type");
}
示例2: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_eq_partner_id", "_in_partner_id", "_eq_system_name", "_in_system_name", "_eq_status", "_in_status", "_eq_protocol", "_in_protocol"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at");
}
示例3: init
public function init()
{
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_group_id", "_in_group_id", "_eq_user_id", "_in_user_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_eq_status", "_in_status"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at");
$this->aliases = array("user_id" => "kuser_id", "group_id" => "kgroup_id");
}
示例4: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_eq_source_widget_id", "_eq_root_widget_id", "_eq_entry_id", "_eq_ui_conf_id", "_like_partner_data", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "_eq_ui_conf_id");
}
示例5: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_partner_id", "_lte_date_id", "_gte_date_id", "_lte_hour_id", "_gte_hour_id", "_lte_sum_time_viewed", "_gte_sum_time_viewed", "_lte_count_time_viewed", "_gte_count_time_viewed", "_lte_count_plays", "_gte_count_plays", "_lte_count_loads", "_gte_count_loads", "_lte_count_plays25", "_gte_count_plays25", "_lte_count_plays50", "_gte_count_plays50", "_lte_count_plays75", "_gte_count_plays75", "_lte_count_plays100", "_gte_count_plays100", "_lte_count_edit", "_gte_count_edit", "_lte_count_shares", "_gte_count_shares", "_lte_count_download", "_gte_count_download", "_lte_count_report_abuse", "_gte_count_report_abuse", "_lte_count_media_entries", "_gte_count_media_entries", "_lte_count_video_entries", "_gte_count_video_entries", "_lte_count_image_entries", "_gte_count_image_entries", "_lte_count_audio_entries", "_gte_count_audio_entries", "_lte_count_mix_entries", "_gte_count_mix_entries", "_lte_count_mix_non_empty", "_gte_count_mix_non_empty", "_lte_count_playlists", "_gte_count_playlists", "_lte_count_bandwidth", "_gte_count_bandwidth", "_lte_count_storage", "_gte_count_storage", "_lte_count_users", "_gte_count_users", "_lte_count_widgets", "_gte_count_widgets", "_lte_flag_active_site", "_gte_flag_active_site", "_lte_flag_active_publisher", "_gte_flag_active_publisher", "_lte_aggregated_storage", "_gte_aggregated_storage", "_lte_aggregated_bandwidth", "_gte_aggregated_bandwidth", "_lte_count_buffer_start", "_gte_count_buffer_start", "_lte_count_buffer_end", "_gte_count_buffer_end", "_lte_count_open_full_screen", "_gte_count_open_full_screen", "_lte_count_close_full_screen", "_gte_count_close_full_screen", "_lte_count_replay", "_gte_count_replay", "_lte_count_seek", "_gte_count_seek", "_lte_count_open_upload", "_gte_count_open_upload", "_lte_count_save_publish", "_gte_count_save_publish", "_lte_count_close_editor", "_gte_count_close_editor", "_lte_count_pre_bumper_played", "_gte_count_pre_bumper_played", "_lte_count_post_bumper_played", "_gte_count_post_bumper_played", "_lte_count_bumper_clicked", "_gte_count_bumper_clicked", "_lte_count_preroll_started", "_gte_count_preroll_started", "_lte_count_midroll_started", "_gte_count_midroll_started", "_lte_count_postroll_started", "_gte_count_postroll_started", "_lte_count_overlay_started", "_gte_count_overlay_started", "_lte_count_preroll_clicked", "_gte_count_preroll_clicked", "_lte_count_midroll_clicked", "_gte_count_midroll_clicked", "_lte_count_postroll_clicked", "_gte_count_postroll_clicked", "_lte_count_overlay_clicked", "_gte_count_overlay_clicked", "_lte_count_preroll25", "_gte_count_preroll25", "_lte_count_preroll50", "_gte_count_preroll50", "_lte_count_preroll75", "_gte_count_preroll75", "_lte_count_midroll25", "_gte_count_midroll25", "_lte_count_midroll50", "_gte_count_midroll50", "_lte_count_midroll75", "_gte_count_midroll75", "_lte_count_postroll25", "_gte_count_postroll25", "_lte_count_postroll50", "_gte_count_postroll50", "_lte_count_postroll75", "_gte_count_postroll75", "_lte_count_live_streaming_bandwidth", "_gte_count_live_streaming_bandwidth", "_lte_aggregated_live_streaming_bandwidth", "_gte_aggregated_live_streaming_bandwidth"), NULL);
$this->allowed_order_fields = array('date_id', 'hour_id', 'sum_time_viewed', 'count_time_viewed', 'count_plays', 'count_loads', 'count_plays_25', 'count_plays_50', 'count_plays_75', 'count_plays_100', 'count_edit', 'count_viral', 'count_download', 'count_report', 'count_media', 'count_video', 'count_image', 'count_audio', 'count_mix', 'count_mix_non_empty', 'count_playlist', 'count_bandwidth', 'count_storage', 'count_users', 'count_widgets', 'flag_active_site', 'flag_active_publisher', 'aggr_storage', 'aggr_bandwidth', 'count_buf_start', 'count_buf_end', 'count_open_full_screen', 'count_close_full_screen', 'count_replay', 'count_seek', 'count_open_upload', 'count_save_publish', 'count_close_editor', 'count_pre_bumper_played', 'count_post_bumper_played', 'count_bumper_clicked', 'count_preroll_started', 'count_midroll_started', 'count_postroll_started', 'count_overlay_started', 'count_preroll_clicked', 'count_midroll_clicked', 'count_postroll_clicked', 'count_overlay_clicked', 'count_preroll_25', 'count_preroll_50', 'count_preroll_75', 'count_midroll_25', 'count_midroll_50', 'count_midroll_75', 'count_postroll_25', 'count_postroll_50', 'count_postroll_75', 'count_streaming', 'aggr_streaming');
}
示例6: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_id", "_eq_partner_id", "_in_partner_id", "_eq_status", "_eq_obj_type", "_in_obj_type", "_like_name", "_mlikeor_tags", "_mlikeand_tags", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_in_display_in_search", "_in_creation_mode"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "status", "obj_type");
}
示例7: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_gte_heartbeat_time", "_lte_heartbeat_time", "_eq_partner_id", "_in_partner_id", "_eq_system_name", "_in_system_name", "_eq_status", "_in_status", "_eq_type", "_in_type", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_like_host_name", "_mlikeor_host_name", "_mlikeand_host_name", "_like_playback_host_name", "_mlikeor_playback_host_name", "_mlikeand_playback_host_name", "_eq_dc", "_in_dc", "_eq_parent_id", "_in_parent_id"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "heartbeat_time");
}
示例8: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_eq_full_name", "_likex_full_name", "_gte_created_at", "_lte_created_at"), NULL);
$this->allowed_order_fields = array("created_at", "name", "type", "playlist_id", "updated_at");
}
示例9: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_like_name", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_gte_views", "_eq_type", "_eq_producer_id", "_gte_created_at", "_lte_created_at", "_bitand_status", "_eq_indexed_custom_data_3"), NULL);
$this->allowed_order_fields = array("created_at", "views", "rank");
}
示例10: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_id", "_eq_partner_id", "_in_partner_id", "_notin_partner_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_gte_processor_expiration", "_lte_processor_expiration", "_gte_execution_attempts", "_lte_execution_attempts", "_gte_lock_version", "_lte_lock_version", "_eq_entry_id", "_eq_job_type", "_in_job_type", "_notin_job_type", "_eq_job_sub_type", "_in_job_sub_type", "_notin_job_sub_type", "_in_on_stress_divert_to", "_eq_status", "_in_status", "_gte_priority", "_lte_priority", "_gte_queue_time", "_lte_queue_time", "_gte_finish_time", "_lte_finish_time", "_in_err_type", "_lt_file_size", "_gt_file_size", "_in_job_type_and_sub_type"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "processor_expiration", "execution_attempts", "lock_version", "status", "queue_time", "finish_time");
}
示例11: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_likex_screen_name", "_like_screen_name", "_like_email", "_likex_email", "_like_country", "_like_tags", "_mlikeor_tags", "_mlikeand_tags", "_gte_created_at", "_lte_created_at", "_gte_produced_kshows", "_gte_entries", "_eq_partner_id", "_eq_puser_id", "_in_puser_id", "_likex_first_name", "_likex_last_name", "_eq_id", "_in_id", "_eq_status", "_in_status", "_gte_id", "_lte_id", "_notin_id", "_gte_login_data_id", "_ltornull_login_data_id", "_eq_is_admin", "_likex_puser_id_or_screen_name", '_likex_first_name_or_last_name', '_mlikeand_permission_names', '_mlikeor_permission_names', '_eq_role_ids', '_in_role_ids'), NULL);
$this->allowed_order_fields = array("puser_id", "created_at");
}
示例12: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_category_id", "_in_category_id", "_eq_user_id", "_in_user_id", "_gte_created_at", "_lte_created_at", "_gte_updated_at", "_lte_updated_at", "_eq_status", "_in_status", "_eq_permission_level", "_in_permission_level", "_eq_update_method", "_in_update_method", "_likex_category_full_ids", "_eq_category_full_ids", "_mlikeor_screen_name-puser_id", "_matchor_permission_names", "_matchand_permission_names", "_notcontains_permission_names", "_category_direct_members"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "full_name");
$this->aliases = array("user_id" => "kuser_id");
}
示例13: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array('_eq_id', '_in_id', '_eq_parent_id', '_in_parent_id', '_eq_full_name', '_likex_full_name', '_in_full_name', '_eq_depth', '_gte_created_at', '_lte_created_at', '_free_text', '_likex_name_or_reference_id', '_in_members', '_gte_updated_at', '_lte_updated_at', '_like_tags', '_mlikeor_tags', '_mlikeand_tags', '_eq_display_in_search', '_eq_privacy', '_in_privacy', '_eq_inheritance_type', '_in_inheritance_type', '_eq_status', '_in_status', '_gte_partner_sort_value', '_lte_partner_sort_value', '_eq_full_ids', '_likex_full_ids', '_eq_inherited_parent_id', '_eq_privacy_context', '_eq_manager', '_eq_member', '_gte_members_count', '_lte_members_count', '_gte_pending_members_count', '_lte_pending_members_count', '_eq_reference_id', '_eq_contribution_policy', '_matchor_full_name', '_matchor_likex_full_name', '_matchor_full_ids', '_like_full_name', '_matchor_privacy_context', '_in_ancestor_id', '_eq_name'), NULL);
$this->allowed_order_fields = array('created_at', 'updated_at', 'depth', 'partner_sort_value', 'entries_count', 'members_count', 'direct_entries_count', 'direct_sub_categories_count', 'name', 'full_name');
$this->aliases = array('owner' => 'kuser_id');
}
示例14: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_gte_created_at", "_lte_created_at", "_gte_parsed_at", "_lte_parsed_at", "_eq_status", "_in_status", "_eq_object_type", "_in_object_type", "_eq_object_id", "_in_object_id", "_eq_related_object_id", "_in_related_object_id", "_eq_related_object_type", "_in_related_object_type", "_eq_entry_id", "_in_entry_id", "_eq_master_partner_id", "_in_master_partner_id", "_eq_partner_id", "_in_partner_id", "_eq_request_id", "_in_request_id", "_eq_user_id", "_in_user_id", "_eq_action", "_in_action", "_eq_context", "_in_context", "_eq_entry_point", "_in_entry_point", "_eq_server_name", "_in_server_name", "_eq_ip_address", "_in_ip_address"), NULL);
$this->allowed_order_fields = array("created_at", "parsed_at");
$this->aliases = array("user_id" => "kuser_id");
}
示例15: init
public function init()
{
// TODO - should separate the schema of the fields from the actual values
// or can use this to set default valuse
$this->fields = kArray::makeAssociativeDefaultValue(array("_eq_id", "_in_id", "_gt_id", "_eq_name", "_like_name", "_mlikeor_name", "_mlikeand_name", "_in_status", "_eq_status", "_gte_created_at", "_lte_created_at", "_like_partner_name-description-website-admin_name-admin_email", "_eq_commercial_use", "_eq_partner_package", "_gte_partner_package", "_lte_partner_package", "_eq_partner_group_type", "_in_partner_group_type", "_notin_id", "_partner_permissions_exist"), NULL);
$this->allowed_order_fields = array("created_at", "updated_at", "id", "name", "website", "admin_name", "admin_email", "status");
$this->aliases = array("name" => "partner_name", "website" => "url1");
}