\com\bmj\jnp\plugins\jnp_highwireHighWireArticle

HighWire WordPress article.

Summary

Methods
Properties
Constants
__construct()
save()
No public properties found
No constants found
updatePostMeta()
$article
$meta
$post
N/A
No private methods found
No private properties found
N/A

Properties

$article

$article : 

Article info.

Type

$meta

$meta : 

Article post_meta.

Type

$post

$post : 

Existing WP_Post.

Type

Methods

__construct()

__construct(array|null  $article = null, array|null  $meta = null, \WP_Post|null  $post = null) 

Construct.

Parameters

array|null $article

Article info.

array|null $meta

Meta info.

\WP_Post|null $post

Existing post.

save()

save() 

Save article.

Throws

\com\bmj\jnp\plugins\jnp_highwire\HighWireWpInsertPostException

updatePostMeta()

updatePostMeta() 

Update article post_meta.