private
string
|
#
calculateRemainingTime( string $datetime )
Calculate and format remaining interval of time
Calculate and format remaining interval of time
Parameters
- $datetime
string $datetime
Returns
string
|
private
array
|
#
getAllowedBlog( array $blogs, integer $blog_id = null )
Check rights and return allowed blog
Check rights and return allowed blog
Parameters
- $blogs
array $blogs list of selection
- $blog_id
integer $blog_id prefered blog. If allowed return it
Returns
array
|
private
string[string]
|
#
getPostParams( integer $post_id )
Get custom params for post
Get custom params for post
Parameters
Returns
string[string]
|