phpDocumentor spunq-frontend
[ class tree: spunq-frontend ] [ index: spunq-frontend ] [ all elements ]

Class: comment

Source Location: /frontend/classes/comment.class.php

Class comment

Class Overview

DESCRIPTION: extensions for spunq frontend // comment

Located in /frontend/classes/comment.class.php [line 57]

frontend
   |
   --comment
Author(s): Information Tags:
License:  http://strg.at/license.html
Version:  1.3
Since:  Version 0.1

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From frontend

frontend::$cookie
frontend::$db
frontend::$get
frontend::$lang
frontend::$post
frontend::$server
frontend::$session
frontend::$url

Inherited From frontend

frontend::frontend()
frontend::frontend()
frontend::__construct()
frontend::__construct()
frontend::clearGet()
frontend::clearGet()
frontend::debug()
frontend::debug()
frontend::delObject()
spunq::delObject()
frontend::delObjectData()
spunq::delObjectData()
frontend::doSearch()
frontend::doSearch()
frontend::getBrowserLang()
frontend::getBrowserLang
frontend::getCategory()
frontend::getCategory()
frontend::getClassStructure()
frontend::getClassStructure()
frontend::getCookieValues()
frontend::getCookieValues
frontend::getDBStatus()
frontend::getDBStatus()
frontend::getEditCalls()
frontend::getEditCalls()
frontend::getGetArray()
frontend::getGetArray()
frontend::getLang()
frontend::getLANG
frontend::getLastObjectId()
spunq::getLastObjectId()
frontend::getParentFolder()
frontend::getParentFolder()
frontend::getParentFolderIdForRef()
frontend::getParentFolderIdForRef()
frontend::getPureObject()
frontend::getPureObject()
frontend::getRelatedObjects()
frontend::getRelatedObjects()
frontend::getRelatedObjectsReverse()
frontend::getRelatedObjectsReverse()
frontend::getServerName()
frontend::getServerName()
frontend::getStructureObjects()
frontend::getStructureObjects()
frontend::getStructureObjectsPure()
frontend::getStructureObjectsPure() // purpose: returns all objects for given struct and class, without metadata ...
frontend::getTableName()
frontend::getTableName()
frontend::getTextById()
frontend::getTextById()
frontend::getTextByRef()
frontend::getTextByRef()
frontend::getTextByUnixName()
frontend::getTextByUnixName()
frontend::getTree()
frontend::getTree()
frontend::insertObject()
spunq::insertObject()
frontend::insertObjectData()
spunq::insertObjectData()
frontend::insertPureObject()
spunq::insertPureObject()
frontend::saveObject()
frontend::saveObject()
frontend::saveObjectVersion()
frontend::saveObjectVersion()
frontend::sendmail()
frontend::sendmail()
frontend::setBrowserLang()
frontend::setBrowserLang
frontend::splitRows()
frontend::splitRows()
frontend::stripstring()
frontend::stripstring()
frontend::switchLanguage()
frontend::switchLanguage
frontend::switchStyle()
frontend::SwitchStyle
frontend::updateObject()
spunq::updateObject()
frontend::updateObjectData()
spunq::updateObjectData()
frontend::updatePureObject()
spunq::updatePureObject()
frontend::writedebug()
frontend::writedebug()
frontend::writeFile()
frontend::writeFile()
frontend::writeSessionValues()
frontend::writeSession()

[ Top ]
Method Summary
NULL   comment()   comment::comment()
NULL   __construct()   comment::__construct()
string   getCommentSubject()   comment::getCommentSubject
boolean   insertComment()   comment::commentItem
void   readComment()   spunq::readComment()
void   readCommentFlat()   spunq::readCommentFlat()
void   readCommentTree()   spunq::readCommentTree()
boolean   updateCommentCount()   comment::updateCommentCount

[ Top ]
Methods
Constructor comment  [line 79]

  NULL comment( (object) $frontend  )

comment::comment()

// purpose: constructor

Parameters:
(object)   $frontend: 


[ Top ]
Constructor __construct  [line 67]

  NULL __construct( (object) $frontend  )

comment::__construct()

// purpose: constructor for php 5

Parameters:
(object)   $frontend: 


Redefinition of:
frontend::__construct()
frontend::__construct()

[ Top ]
getCommentSubject  [line 118]

  string getCommentSubject( NULL 0  )

comment::getCommentSubject

// purpose: get subject from object or parent-subject

Parameters:
NULL   0: 


[ Top ]
insertComment  [line 91]

  boolean insertComment( array $POST  )

comment::commentItem

// purpose: write a comment for an object

Parameters:
array   $POST: 


[ Top ]
readComment  [line 148]

  void readComment( $oid, int $id, int $parent, int $depth  )

spunq::readComment()

// purpose: return all comments for a given object

Parameters:
int   $id: 
int   $parent: 
int   $depth: 
   $oid: 


[ Top ]
readCommentFlat  [line 159]

  void readCommentFlat( int $oid, $parent, $depth  )

spunq::readCommentFlat()

// purpose: return all comments for a given object flat

Parameters:
int   $oid: 
   $parent: 
   $depth: 


[ Top ]
readCommentTree  [line 176]

  void readCommentTree( int $oid, int $parent, int $depth  )

spunq::readCommentTree()

// purpose: return hole tree-structure for class .. calls itself recursivly

Parameters:
int   $oid: 
int   $parent: 
int   $depth: 


[ Top ]
updateCommentCount  [line 132]

  boolean updateCommentCount( int $oid  )

comment::updateCommentCount

// purpose: updates the count attribute for the given object

Parameters:
int   $oid: 


[ Top ]

Documentation generated on Fri, 09 Feb 2007 19:17:27 +0100 by phpDocumentor 1.3.1
js@strg.at