MetaWeblog API handler for the blog component

package net.nehmer.blog

 Methods

_handler_rsd (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_handler_server (mixed $handler_id, array $args, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$args

arrayThe argument list.

$data

array&$data The local request data.

_on_initialize ()

Maps the content topic from the request data to local member variables.

_show_rsd (mixed $handler_id, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

_show_server (mixed $handler_id, array $data)

Parameters

$handler_id

mixedThe ID of the handler.

$data

array&$data The local request data.

deletePost ($message)

Parameters

$message

editPost ($message)

Parameters

$message

getCategories ($message)

Parameters

$message

getPost ($message)

Parameters

$message

getRecentPosts ($message)

Parameters

$message

getUsersBlogs ($message)

Parameters

$message

newMediaObject ($message)

Parameters

$message

newPost ($message)

Parameters

$message

_apply_data (array $data, \midcom_db_article $article)

Parameters

$data

$article

_create_article ($title)

DM2 creation callback, binds to the current content topic.

Parameters

$title

_load_datamanager ()

Internal helper, loads the datamanager for the current article.

Any error triggers a 500.

_params_to_args ($message)

Parameters

$message

 Properties

 

\midcom_db_topic $_content_topic

The content topic to use
 

mixed $_positioning