PHP Class Microweber\Providers\Content\ContentManagerHelpers

Inheritance: extends ContentManagerCrud
Datei anzeigen Open project: microweber/microweber

Public Methods

Method Description
add_content_to_menu ( $content_id, $menu_id = false )
bulk_assign ( $data )
copy ( $data )
create_default_content ( $what )
delete ( $data )
download_remote_images_from_text ( $text )
get_edit_field_draft ( $data )
reset_edit_field ( $data )
save_content_field ( $data, $delete_the_cache = true )
save_from_live_edit ( $post_data )

Private Methods

Method Description
_decode_entities ( $text )

Method Details

add_content_to_menu() public method

public add_content_to_menu ( $content_id, $menu_id = false )

bulk_assign() public method

public bulk_assign ( $data )

copy() public method

public copy ( $data )

create_default_content() public method

public create_default_content ( $what )

delete() public method

public delete ( $data )

download_remote_images_from_text() public method

get_edit_field_draft() public method

public get_edit_field_draft ( $data )

reset_edit_field() public method

public reset_edit_field ( $data )

save_content_field() public method

public save_content_field ( $data, $delete_the_cache = true )

save_from_live_edit() public method

public save_from_live_edit ( $post_data )