Inheritance diagram for AdminPostsHandler:
Collaboration diagram for AdminPostsHandler:Public Member Functions | |
| get_publish ($template= 'publish') | |
| post_publish () | |
| form_publish_success (FormUI $form) | |
| post_delete_post () | |
| get_posts () | |
| post_posts () | |
| ajax_media ($handler_vars) | |
| ajax_media_panel ($handler_vars) | |
| ajax_posts () | |
| ajax_update_posts ($handler_vars) | |
Habari AdminPostsHandler Class Handles posts-related actions in the admin
Definition at line 12 of file adminpostshandler.php.
| AdminPostsHandler::ajax_media | ( | $ | handler_vars | ) |
Handles AJAX requests from media silos.
Definition at line 403 of file adminpostshandler.php.
| AdminPostsHandler::ajax_media_panel | ( | $ | handler_vars | ) |
Handles AJAX requests from media panels.
Definition at line 445 of file adminpostshandler.php.
| AdminPostsHandler::ajax_posts | ( | ) |
Handles AJAX requests from the manage posts page.
Definition at line 479 of file adminpostshandler.php.
| AdminPostsHandler::ajax_update_posts | ( | $ | handler_vars | ) |
Handles AJAX from /manage/posts. Used to delete posts.
Definition at line 512 of file adminpostshandler.php.
| AdminPostsHandler::get_posts | ( | ) |
Handles GET requests to /admin/posts.
Definition at line 361 of file adminpostshandler.php.
| AdminPostsHandler::get_publish | ( | $ | template = 'publish' |
) |
Handles GET requests of the publish page.
Definition at line 17 of file adminpostshandler.php.
Referenced by post_publish().
| AdminPostsHandler::post_delete_post | ( | ) |
Deletes a post from the database.
Definition at line 204 of file adminpostshandler.php.
| AdminPostsHandler::post_posts | ( | ) |
Handles POST values from /manage/posts. Used to control what content to show / manage.
Definition at line 370 of file adminpostshandler.php.
| AdminPostsHandler::post_publish | ( | ) |
Handles POST requests from the publish page.
Definition at line 69 of file adminpostshandler.php.
1.7.1