XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
XoopsTplfileHandler Class Reference
Inheritance diagram for XoopsTplfileHandler:
XoopsObjectHandler

Public Member Functions

create ($isNew=true)
 
get ($id, $getsource=false)
 
 loadSource (&$tplfile)
 
 insert (&$tplfile)
 
 forceUpdate (&$tplfile)
 
 delete (&$tplfile)
 
 deleteAll ($criteria=null)
 
getObjects ($criteria=null, $getsource=false, $id_as_key=false)
 
 getCount ($criteria=null)
 
 getModuleTplCount ($tplset)
 
find ($tplset=null, $type=null, $refid=null, $module=null, $file=null, $getsource=false)
 
 templateExists ($tplname, $tplset_name)
 
- Public Member Functions inherited from XoopsObjectHandler
 __construct (&$db)
 
create ()
 
get ($int_id)
 

Additional Inherited Members

- Data Fields inherited from XoopsObjectHandler
 $db
 

Detailed Description

XOOPS template file handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS template file class objects.

Author
Kazumi Ono onoka.nosp@m.zu@x.nosp@m.oops..nosp@m.org

Definition at line 65 of file tplfile.php.

Member Function Documentation

◆ create()

& create ( $isNew = true)

Definition at line 68 of file tplfile.php.

◆ delete()

delete ( & $object)

delete obejct from database

Parameters
object$object@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 205 of file tplfile.php.

◆ deleteAll()

deleteAll ( $criteria = null)

Delete the plural of record by a cetain criteria.

Parameters
null$criteria
Returns
bool

Definition at line 226 of file tplfile.php.

◆ find()

& find ( $tplset = null,
$type = null,
$refid = null,
$module = null,
$file = null,
$getsource = false )

Definition at line 303 of file tplfile.php.

◆ forceUpdate()

forceUpdate ( & $tplfile)

Definition at line 168 of file tplfile.php.

◆ get()

& get ( $id,
$getsource = false )

Definition at line 77 of file tplfile.php.

◆ getCount()

getCount ( $criteria = null)

Definition at line 274 of file tplfile.php.

◆ getModuleTplCount()

getModuleTplCount ( $tplset)

Definition at line 287 of file tplfile.php.

◆ getObjects()

& getObjects ( $criteria = null,
$getsource = false,
$id_as_key = false )

Definition at line 243 of file tplfile.php.

◆ insert()

insert ( & $object)

insert/update object

Parameters
object$object@abstract

Reimplemented from XoopsObjectHandler.

Definition at line 114 of file tplfile.php.

◆ loadSource()

loadSource ( & $tplfile)

Definition at line 98 of file tplfile.php.

◆ templateExists()

templateExists ( $tplname,
$tplset_name )

Definition at line 333 of file tplfile.php.


The documentation for this class was generated from the following file: