components
in package
FanPress CM 5.x component loader
Tags
Table of Contents
- getArticleEditor() : articleEditor
- Return selected article editor object
- getArticleEditors() : array<string|int, mixed>
- Returns lsit of available article editor objects
- getAuthProvider() : authProvider
- Returns auth provider object for login process
- getBackdropImages() : array<string|int, mixed>
- Return backdrop images from core/themes/backdrops
- getChatptchaProvider() : spamCaptcha
- Returns captcha object in view and captcha-check
- getFilemanagerViews() : array<string|int, mixed>
- Returns list of file manager view modes
- getFileUploader() : uploader
- Return file upload plugin object
- getjQuery() : string
- Return jQuery libary path, generic instance
- getLightbox() : fanybox
- Return lightbox component object
- getMassEditFields() : bool
- Return list of mass edit fields in view
Methods
getArticleEditor()
Return selected article editor object
public
static getArticleEditor() : articleEditor
Return values
articleEditor —getArticleEditors()
Returns lsit of available article editor objects
public
static getArticleEditors() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAuthProvider()
Returns auth provider object for login process
public
static getAuthProvider() : authProvider
Return values
authProvider —getBackdropImages()
Return backdrop images from core/themes/backdrops
public
static getBackdropImages() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getChatptchaProvider()
Returns captcha object in view and captcha-check
public
static getChatptchaProvider() : spamCaptcha
Return values
spamCaptcha —getFilemanagerViews()
Returns list of file manager view modes
public
static getFilemanagerViews() : array<string|int, mixed>
Return values
array<string|int, mixed> —getFileUploader()
Return file upload plugin object
public
static getFileUploader([mixed $uploader = '\fpcm\components\fileupload\uppy' ]) : uploader
Parameters
- $uploader : mixed = '\fpcm\components\fileupload\uppy'
Tags
Return values
uploader —getjQuery()
Return jQuery libary path, generic instance
public
static getjQuery() : string
Tags
Return values
string —getLightbox()
Return lightbox component object
public
static getLightbox() : fanybox
Tags
Return values
fanybox —getMassEditFields()
Return list of mass edit fields in view
public
static getMassEditFields([array<string|int, mixed> $masseditFields = [] ]) : bool
Parameters
- $masseditFields : array<string|int, mixed> = []