Documentation

EasyBlogTablePost extends EasyBlogTable
in package

Table of Contents

Properties

$access  : mixed
$address  : mixed
$allowcomment  : mixed
$author_alias  : mixed
$autopost_date  : 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
$login_to_read  : mixed
$longitude  : mixed
$media  : mixed
$modified  : mixed
$ordering  : mixed
$params  : mixed
$permalink  : mixed
$posttype  : mixed
$publish_down  : mixed
$publish_up  : mixed
$published  : mixed
$reactions  : mixed
$revision_id  : mixed
$robots  : mixed
$send_notification_emails  : mixed
$source_id  : mixed
$source_type  : mixed
$state  : mixed
$subscription  : mixed
$title  : mixed
$version  : 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
load()  : mixed
Loads a blog post
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
override save method
toArray()  : mixed
Converts a table layer into an array

Properties

$access

public mixed $access = \null

$address

public mixed $address = \null

$allowcomment

public mixed $allowcomment = \null

$author_alias

public mixed $author_alias = \null

$autopost_date

public mixed $autopost_date = \null

$blogpassword

public mixed $blogpassword = \null

$category_id

public mixed $category_id = \null

$content

public mixed $content = ''

$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 = ""

$frontpage

public mixed $frontpage = \null

$hits

public mixed $hits = \null

$id

public mixed $id = \null

$image

public mixed $image = \null

$intro

public mixed $intro = ''

$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

$login_to_read

public mixed $login_to_read = \null

$longitude

public mixed $longitude = \null

$media

public mixed $media = \null

$modified

public mixed $modified = \null

$ordering

public mixed $ordering = \null

$params

public mixed $params = \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

$reactions

public mixed $reactions = \null

$revision_id

public mixed $revision_id = \null

$robots

public mixed $robots = \null

$send_notification_emails

public mixed $send_notification_emails = \null

$source_id

public mixed $source_id = \null

$source_type

public mixed $source_type = \null

$state

public mixed $state = \null

$subscription

public mixed $subscription = \null

$title

public mixed $title = ''

$version

public mixed $version = \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

load()

Loads a blog post

public load([mixed $id = null ][, mixed $reset = true ]) : mixed
Parameters
$id : mixed = null
$reset : mixed = true
Tags
since
4.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()

override save method

public store([mixed $updateNulls = false ]) : mixed
Parameters
$updateNulls : mixed = false
Tags
since
5.0
access

public

toArray()

Converts a table layer into an array

public toArray() : mixed
Tags
since
1.1.0
access

public

Loading…
On this page

Search results