EasyBlogQuickPostVideo
extends EasyBlogQuickPostAbstract
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
- afterSave() : mixed
- Since quotes are stored in the title, we don't really need to do anything here
- bind() : mixed
- Processes the content
- format() : mixed
- Formats a quick post content
- getAndRemoveVideo() : mixed
- Retrieves the video links from the content and remove the links from the content
- getError() : mixed
- getErrors() : mixed
- getSuccessMessage() : 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
- setError() : mixed
- validate() : mixed
- Validates the quick post submission
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
afterSave()
Since quotes are stored in the title, we don't really need to do anything here
public
afterSave(mixed &$blog) : mixed
Parameters
- $blog : mixed
bind()
Processes the content
public
bind(mixed &$blog) : mixed
Parameters
- $blog : mixed
Tags
format()
Formats a quick post content
public
format(EasyBlogPost &$blog) : mixed
Parameters
- $blog : EasyBlogPost
Tags
getAndRemoveVideo()
Retrieves the video links from the content and remove the links from the content
public
static getAndRemoveVideo(mixed $content) : mixed
Parameters
- $content : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getSuccessMessage()
public
getSuccessMessage() : 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
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
validate()
Validates the quick post submission
public
validate() : mixed