sharebuttons
extends template
in package
Uses
shareLinks
Share button template object
Tags
Table of Contents
- CACHE_MODULE = 'sharebtn'
- FETCH_REGEX = '/\\{{2}((\\w*\\s?)((?>\\w*\\=\\".*\\"\\s?)*))\\}{2}/i'
- TEMPLATE_ID = 'shareButtons'
- $allowedTags : array<string|int, mixed>
- erlaubte Template-Tags
- $articleId : int
- Article id
- $cache : cache
- Cache-Objekt
- $cacheModule : string
- Cache Modul
- $cacheName : string
- Cache name
- $config : config
- System-Config-Objekt
- $content : string
- Dateiinhalt
- $data : array<string|int, mixed>
- data-Array für nicht weiter definierte Eigenschaften
- $dbcon : database
- DB-Verbindung
- $description : string
- Share description
- $events : events
- Event-Liste
- $extension : string
- Dateierweiterung
- $filename : string
- Dateiname
- $filepath : string
- Dateispfad
- $filesize : int
- Dateigröße
- $fullpath : string
- Dateipfad inkl. Dateiname
- $language : language
- System-Sprachen-Objekt
- $link : string
- Link to share
- $notifications : notifications
- Notifications
- $replacementAttributes : array<string|int, mixed>
- List of previously parsed attributes
- $replacementAttributesMap : array<string|int, mixed>
- List of attributes by replacement tag
- $replacementInternal : array<string|int, mixed>
- Interne Platzhalter
- $replacementTags : array<string|int, mixed>
- Template-Platzhalter
- $replacementTranslated : array<string|int, mixed>
- Platzhalter mit Sprachbezeichner
- $stack : array<string|int, mixed>
- Data stack
- $table : string
- Tabellen-Name
- $tagMatches : array<string|int, mixed>
- Tag matches in Template
- __construct() : bool
- Konstruktor
- assignData() : bool
- Assigns template data
- delete() : bool
- Löscht Datei in Dateisystem
- escapeFileName() : mixed
- Bereinigt Dateiname von problematischen Zeichen
- exists() : bool
- Prüft ob Datei existiert
- getAllowedTags() : string
- Gibt erlaubte HTML-Tags als string zurück
- getAllowedTagsArray() : array<string|int, mixed>
- Returns raw allowed HTML tags list
- getContent() : string
- Dateiinhalt
- getData() : array<string|int, mixed>
- Gibt Inhalt von "data" zurück
- getExtension() : string
- Erweiterung
- getFileHash() : string
- File SHA256 hash
- getFilename() : string
- Dateiname
- getFileNameHash() : string
- Return hash based on filename
- getFilepath() : string
- Dateipfad
- getFilesize() : int
- Dateigröße
- getFullpath() : string
- Dateipfad + Dateiname
- getLazyLoadingImg() : string
- Get lazy loading string for images
- getModificationTime() : int
- Return file upload time in file system
- getReplacementAttributesMap() : array<string|int, mixed>
- Returns attribute map for replacement tags
- getReplacementInternal() : array<string|int, mixed>
- Liefert interne Platzhalter zurück
- getReplacementTags() : array<string|int, mixed>
- Liefert Platzhalter zurück
- getReplacementTranslations() : array<string|int, mixed>
- Platzhalter-Übersetzungen
- getShareItemClass() : array<string|int, mixed>
- Returns share button type mapping
- isReadable() : bool
- ist Datei lesbar
- isValidDataFolder() : bool
- Check if fullpath is valid path in /data folder structure
- isWritable() : bool
- ist Datei beschreibbar
- loadContent() : bool
- Lädt Inhalt von gespeicherter Datei
- moveUploadedFile() : bool
- Verschiebt via PHP Upload hochgeladene Datei von tmp-Pfad nach Zielpfad
- parse() : string
- Share-Buttons parsen
- rename() : bool
- Datei umbenennen
- retrieveFileExtension() : string
- Retrieve file extension via pathinfo
- retrieveFileName() : string
- Retrieve file name via pathinfo
- retrieveRealType() : string
- Retrieve real file path via finfo
- save() : bool
- Speichert Template in Dateisystem
- setAllowedTags() : mixed
- Fügt erlaubte HTML-Tags hinzu
- setContent() : mixed
- Dateiinhalt setzen
- setFilename() : mixed
- Dateiname setzen
- setReplacementTags() : mixed
- Fügt Platzhalter hinzu
- writeContent() : bool
- Lädt Inhalt von gespeicherter Datei
- basePath() : string
- Returns base path for file
- getLink() : string
- Return share links for default plattforms
- init() : mixed
- Initialisiert Template-Inhalt
- lazyReplace() : int
- Adds lazy loading string to images
- parseAttributes() : array<string|int, mixed>
- Parses replacement attributes
- parseLinks() : string
- Links in Text parsen
- parseSmileys() : string
- Parst Smileys in Artikeln und Kommentaren
- parseTag() : bool
- Parse replacement tags
- realpathNoExists() : string
- "realpath" wrapper for non-existing files
- initTags() : array<string|int, mixed>
- Initialize tag data
- parseSmileyFilePath() : string
- Parst Smileys
Constants
CACHE_MODULE
public
mixed
CACHE_MODULE
= 'sharebtn'
FETCH_REGEX
public
mixed
FETCH_REGEX
= '/\\{{2}((\\w*\\s?)((?>\\w*\\=\\".*\\"\\s?)*))\\}{2}/i'
TEMPLATE_ID
public
mixed
TEMPLATE_ID
= 'shareButtons'
Properties
$allowedTags
erlaubte Template-Tags
protected
array<string|int, mixed>
$allowedTags
= array('<div>', '<span>', '<p>', '<b>', '<strong>', '<i>', '<em>', '<u>', '<a>', '<h1>', '<h2>', '<h3>', '<h4>', '<h5>', '<h6>', '<img>', '<table>', '<tr>', '<td>', '<br>', '<form>', '<input>', '<button>', '<select>', '<option>', '<ul>', '<ol>', '<li>', '<script>', '<iframe>', '<label>')
$articleId
Article id
protected
int
$articleId
$cache
Cache-Objekt
protected
cache
$cache
$cacheModule
Cache Modul
protected
string
$cacheModule
= ''
Tags
$cacheName
Cache name
protected
string
$cacheName
= false
$config
System-Config-Objekt
protected
config
$config
$content
Dateiinhalt
protected
string
$content
$data
data-Array für nicht weiter definierte Eigenschaften
protected
array<string|int, mixed>
$data
$dbcon
DB-Verbindung
protected
database
$dbcon
$description
Share description
protected
string
$description
$events
Event-Liste
protected
events
$events
$extension
Dateierweiterung
protected
string
$extension
$filename
Dateiname
protected
string
$filename
$filepath
Dateispfad
protected
string
$filepath
$filesize
Dateigröße
protected
int
$filesize
$fullpath
Dateipfad inkl. Dateiname
protected
string
$fullpath
$language
System-Sprachen-Objekt
protected
language
$language
$link
Link to share
protected
string
$link
$notifications
Notifications
protected
notifications
$notifications
Tags
$replacementAttributes
List of previously parsed attributes
protected
array<string|int, mixed>
$replacementAttributes
= []
Tags
$replacementAttributesMap
List of attributes by replacement tag
protected
array<string|int, mixed>
$replacementAttributesMap
= []
Tags
$replacementInternal
Interne Platzhalter
protected
array<string|int, mixed>
$replacementInternal
= []
$replacementTags
Template-Platzhalter
protected
array<string|int, mixed>
$replacementTags
= ['{{likeButton}}' => '', '{{facebook}}' => '', '{{twitter}}' => '', '{{tumblr}}' => '', '{{pinterest}}' => '', '{{reddit}}' => '', '{{whatsapp}}' => '', '{{telegram}}' => '', '{{email}}' => '', '{{link}}' => '', '{{description}}' => '', '{{articleId}}' => '', '{{credits}}' => '']
$replacementTranslated
Platzhalter mit Sprachbezeichner
protected
array<string|int, mixed>
$replacementTranslated
= []
Tags
$stack
Data stack
protected
array<string|int, mixed>
$stack
= []
$table
Tabellen-Name
protected
string
$table
$tagMatches
Tag matches in Template
protected
array<string|int, mixed>
$tagMatches
= []
Tags
Methods
__construct()
Konstruktor
public
__construct([string $fileName = null ]) : bool
Parameters
- $fileName : string = null
Return values
bool —assignData()
Assigns template data
public
assignData(string $link, string $description, int $articleId) : bool
Parameters
- $link : string
- $description : string
- $articleId : int
Return values
bool —delete()
Löscht Datei in Dateisystem
public
delete() : bool
Return values
bool —escapeFileName()
Bereinigt Dateiname von problematischen Zeichen
public
escapeFileName(string &$filename) : mixed
Parameters
- $filename : string
Return values
mixed —exists()
Prüft ob Datei existiert
public
exists() : bool
Return values
bool —getAllowedTags()
Gibt erlaubte HTML-Tags als string zurück
public
getAllowedTags([string $delim = '' ]) : string
Parameters
- $delim : string = ''
Return values
string —getAllowedTagsArray()
Returns raw allowed HTML tags list
public
getAllowedTagsArray() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getContent()
Dateiinhalt
public
getContent() : string
Return values
string —getData()
Gibt Inhalt von "data" zurück
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getExtension()
Erweiterung
public
getExtension() : string
Return values
string —getFileHash()
File SHA256 hash
public
getFileHash() : string
Tags
Return values
string —getFilename()
Dateiname
public
getFilename() : string
Return values
string —getFileNameHash()
Return hash based on filename
public
getFileNameHash() : string
Tags
Return values
string —getFilepath()
Dateipfad
public
getFilepath() : string
Return values
string —getFilesize()
Dateigröße
public
getFilesize() : int
Return values
int —getFullpath()
Dateipfad + Dateiname
public
getFullpath() : string
Return values
string —getLazyLoadingImg()
Get lazy loading string for images
public
final getLazyLoadingImg() : string
Tags
Return values
string —getModificationTime()
Return file upload time in file system
public
getModificationTime() : int
Return values
int —getReplacementAttributesMap()
Returns attribute map for replacement tags
public
getReplacementAttributesMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —getReplacementInternal()
Liefert interne Platzhalter zurück
public
getReplacementInternal() : array<string|int, mixed>
Return values
array<string|int, mixed> —getReplacementTags()
Liefert Platzhalter zurück
public
getReplacementTags() : array<string|int, mixed>
Return values
array<string|int, mixed> —getReplacementTranslations()
Platzhalter-Übersetzungen
public
getReplacementTranslations(string $prefix) : array<string|int, mixed>
Parameters
- $prefix : string
Tags
Return values
array<string|int, mixed> —getShareItemClass()
Returns share button type mapping
public
static getShareItemClass(string $item) : array<string|int, mixed>
Parameters
- $item : string
Return values
array<string|int, mixed> —isReadable()
ist Datei lesbar
public
isReadable() : bool
Tags
Return values
bool —isValidDataFolder()
Check if fullpath is valid path in /data folder structure
public
isValidDataFolder([string $path = '' ][, string $type = '/' ]) : bool
Parameters
- $path : string = ''
- $type : string = '/'
Tags
Return values
bool —isWritable()
ist Datei beschreibbar
public
isWritable() : bool
Tags
Return values
bool —loadContent()
Lädt Inhalt von gespeicherter Datei
public
loadContent() : bool
Tags
Return values
bool —moveUploadedFile()
Verschiebt via PHP Upload hochgeladene Datei von tmp-Pfad nach Zielpfad
public
moveUploadedFile(string $uploadedPath) : bool
Parameters
- $uploadedPath : string
Tags
Return values
bool —parse()
Share-Buttons parsen
public
parse() : string
Return values
string —rename()
Datei umbenennen
public
rename(string $newname[, int $userid = false ]) : bool
Parameters
- $newname : string
- $userid : int = false
Return values
bool —retrieveFileExtension()
Retrieve file extension via pathinfo
public
static retrieveFileExtension(string $filename) : string
Parameters
- $filename : string
Tags
Return values
string —retrieveFileName()
Retrieve file name via pathinfo
public
static retrieveFileName(string $filename) : string
Parameters
- $filename : string
Tags
Return values
string —retrieveRealType()
Retrieve real file path via finfo
public
static retrieveRealType(string $path) : string
Parameters
- $path : string
Tags
Return values
string —save()
Speichert Template in Dateisystem
public
save() : bool
Return values
bool —setAllowedTags()
Fügt erlaubte HTML-Tags hinzu
public
setAllowedTags(array<string|int, mixed> $allowedTags) : mixed
Parameters
- $allowedTags : array<string|int, mixed>
Return values
mixed —setContent()
Dateiinhalt setzen
public
setContent(string $content) : mixed
Parameters
- $content : string
Return values
mixed —setFilename()
Dateiname setzen
public
setFilename(string $filename) : mixed
Parameters
- $filename : string
Return values
mixed —setReplacementTags()
Fügt Platzhalter hinzu
public
setReplacementTags(array<string|int, mixed> $replacementTags) : mixed
Parameters
- $replacementTags : array<string|int, mixed>
Return values
mixed —writeContent()
Lädt Inhalt von gespeicherter Datei
public
writeContent() : bool
Tags
Return values
bool —basePath()
Returns base path for file
protected
abstract basePath(string $filename) : string
Parameters
- $filename : string
-
File name
Tags
Return values
string —getLink()
Return share links for default plattforms
protected
getLink(string $plattform, string $text, string $url) : string
Parameters
- $plattform : string
- $text : string
- $url : string
Return values
string —init()
Initialisiert Template-Inhalt
protected
init(void $initDB) : mixed
Parameters
- $initDB : void
Return values
mixed —lazyReplace()
Adds lazy loading string to images
protected
lazyReplace(string &$content) : int
Parameters
- $content : string
Tags
Return values
int —parseAttributes()
Parses replacement attributes
protected
parseAttributes(string $var) : array<string|int, mixed>
Parameters
- $var : string
Tags
Return values
array<string|int, mixed> —parseLinks()
Links in Text parsen
protected
parseLinks(string &$content[, array<string|int, mixed> $attributes = [] ][, bool $returnOnly = false ]) : string
Parameters
- $content : string
- $attributes : array<string|int, mixed> = []
- $returnOnly : bool = false
Return values
string —parseSmileys()
Parst Smileys in Artikeln und Kommentaren
protected
parseSmileys(string $content) : string
Parameters
- $content : string
Return values
string —parseTag()
Parse replacement tags
protected
parseTag(string $tag, string $value, array<string|int, mixed> &$return, type $replacement) : bool
Parameters
- $tag : string
- $value : string
- $return : array<string|int, mixed>
- $replacement : type
Return values
bool —realpathNoExists()
"realpath" wrapper for non-existing files
protected
realpathNoExists(string $path) : string
Parameters
- $path : string
Tags
Return values
string —initTags()
Initialize tag data
private
initTags() : array<string|int, mixed>
Return values
array<string|int, mixed> —parseSmileyFilePath()
Parst Smileys
private
parseSmileyFilePath(smiley $smiley) : string
Parameters
- $smiley : smiley