Documentation

EasyBlogTableBlog extends EasyBlogTable
in package

Table of Contents

Properties

$_checkLength  : mixed
$access  : mixed
$address  : mixed
$allowcomment  : mixed
$blogpassword  : mixed
$category_id  : mixed
$content  : mixed
$copyrights  : mixed
$created  : mixed
$created_by  : mixed
$doctype  : mixed
$document  : mixed
$frontpage  : mixed
$hits  : mixed
$id  : mixed
$image  : mixed
$intro  : mixed
$ip  : mixed
$isnew  : mixed
$language  : mixed
$latitude  : mixed
$locked  : mixed
$longitude  : mixed
$modified  : mixed
$ordering  : mixed
$permalink  : mixed
$posttype  : mixed
$publish_down  : mixed
$publish_up  : mixed
$published  : mixed
$revision_id  : mixed
$robots  : mixed
$send_notification_emails  : mixed
$state  : mixed
$subscription  : mixed
$title  : mixed
$vote  : mixed
$_supportNullValue  : mixed

Methods

__construct()  : mixed
bind()  : mixed
Bind the table properties
getDBO()  : mixed
Retrieves the database object
getInstance()  : mixed
Tired of fixing conflicts with JTable::getInstance . We'll overload their method here.
getParams()  : mixed
Generic method to retrive raw json params from the table
getTitle()  : mixed
Retrieves the translated title
reset()  : void
Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties.
store()  : mixed
On Joomla 4, if table object contains array or objects, storing is problematic unlike Joomla 3.
toArray()  : mixed
Converts a table layer into an array

Properties

$_checkLength

public mixed $_checkLength = \true

$access

public mixed $access = \null

$address

public mixed $address = \null

$allowcomment

public mixed $allowcomment = \null

$blogpassword

public mixed $blogpassword = \null

$category_id

public mixed $category_id = \null

$content

public mixed $content = \null

$copyrights

public mixed $copyrights = \null

$created

public mixed $created = \null

$created_by

public mixed $created_by = \null

$doctype

public mixed $doctype = \null

$document

public mixed $document = \null

$frontpage

public mixed $frontpage = \null

$hits

public mixed $hits = \null

$id

public mixed $id = \null

$image

public mixed $image = \null

$intro

public mixed $intro = \null

$ip

public mixed $ip = \null

$isnew

public mixed $isnew = \null

$language

public mixed $language = \null

$latitude

public mixed $latitude = \null

$locked

public mixed $locked = \false

$longitude

public mixed $longitude = \null

$modified

public mixed $modified = \null

$ordering

public mixed $ordering = \null
public mixed $permalink = \null

$posttype

public mixed $posttype = \null

$publish_down

public mixed $publish_down = \null

$publish_up

public mixed $publish_up = \null

$published

public mixed $published = \null

$revision_id

public mixed $revision_id = \null

$robots

public mixed $robots = \null

$send_notification_emails

public mixed $send_notification_emails = \null

$state

public mixed $state = \null

$subscription

public mixed $subscription = \null

$title

public mixed $title = \null

$vote

public mixed $vote = \null

$_supportNullValue

protected mixed $_supportNullValue = true

Methods

__construct()

public __construct(mixed &$db) : mixed
Parameters
$db : mixed

bind()

Bind the table properties

public bind(mixed $src[, mixed $ignore = [] ]) : mixed
Parameters
$src : mixed
$ignore : mixed = []
Tags
since
1.1.0
access

public

getDBO()

Retrieves the database object

public getDBO() : mixed
Tags
since
6.0.0
access

public

getInstance()

Tired of fixing conflicts with JTable::getInstance . We'll overload their method here.

public static getInstance(string $type[, string $prefix = 'JTable' ][, array<string|int, mixed> $config = [] ]) : mixed
Parameters
$type : string

The type (name) of the JTable class to get an instance of.

$prefix : string = 'JTable'

An optional prefix for the table class name.

$config : array<string|int, mixed> = []

An optional array of configuration values for the JTable object.

Tags
link
http://docs.joomla.org/JTable/getInstance
since
11.1
Return values
mixed

A JTable object if found or boolean false if one could not be found.

getParams()

Generic method to retrive raw json params from the table

public final getParams() : mixed
Tags
since
1.1.0
access

public

getTitle()

Retrieves the translated title

public getTitle() : mixed
Tags
since
1.1.0
access

public

reset()

Method to reset class properties to the defaults set in the class definition. It will ignore the primary key as well as any private class properties.

public reset() : void
Tags
link
http://docs.joomla.org/JTable/reset
since
11.1

store()

On Joomla 4, if table object contains array or objects, storing is problematic unlike Joomla 3.

public store([mixed $updateNulls = false ]) : mixed

To fix Joomla 4 storing issues, we override the store behavior and normalize the fields accordingly.

Parameters
$updateNulls : mixed = false
Tags
since
1.1.0
access

public

toArray()

Converts a table layer into an array

public toArray() : mixed
Tags
since
1.1.0
access

public


        
On this page

Search results