EasyBlogScheduler
extends EasyBlog
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
Methods
- __construct() : mixed
- archive() : mixed
- Process auto blog posts archiving.
- autopost() : mixed
- Processes scheduled autopost
- getError() : mixed
- getErrors() : mixed
- hasError() : mixed
- hasErrors() : mixed
- isMobile() : mixed
- Determines if this is a mobile layout
- isTablet() : mixed
- Determines if this is a tablet layout
- loadLanguage() : mixed
- Helper method to load language
- optimizeImages() : mixed
- Process uploaded images optimization
- publish() : mixed
- Processes scheduled blog posts to be published
- purgeExpiredDownload() : mixed
- Processes the garbage collector on expired download request
- removeBlankPosts() : mixed
- Processes the garbage collector on blank posts that already passed 3 days
- removeTmpFiles() : mixed
- Processes the garbage collector
- reposting() : mixed
- Process auto posting reposts for blog posts
- setError() : mixed
- unpublish() : mixed
- Processes scheduled blog posts to be unpublished
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$input
public
mixed
$input
= \null
$jconfig
public
mixed
$jconfig
= \null
$lang
public
mixed
$lang
= \null
$my
public
mixed
$my
= \null
$string
public
mixed
$string
= \null
Methods
__construct()
public
__construct() : mixed
archive()
Process auto blog posts archiving.
public
archive() : mixed
Tags
autopost()
Processes scheduled autopost
public
autopost() : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
optimizeImages()
Process uploaded images optimization
public
optimizeImages() : mixed
Tags
publish()
Processes scheduled blog posts to be published
public
publish() : mixed
Tags
purgeExpiredDownload()
Processes the garbage collector on expired download request
public
purgeExpiredDownload() : mixed
Tags
removeBlankPosts()
Processes the garbage collector on blank posts that already passed 3 days
public
removeBlankPosts() : mixed
Tags
removeTmpFiles()
Processes the garbage collector
public
removeTmpFiles() : mixed
Tags
reposting()
Process auto posting reposts for blog posts
public
reposting() : mixed
Tags
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
unpublish()
Processes scheduled blog posts to be unpublished
public
unpublish() : mixed