Class Reviews

Description

TAM AG CMS

  • author: DevilDev

Located in /reviews/Reviews.php (line 11)

ModelAbstract
   |
   --Reviews
Variable Summary
Method Summary
static Reviews getInstance ()
void add ()
void admin ()
void detail ()
void edit ()
void error ( $message, [ $code = 1])
void getComments ( $reviews_id, [ $limit = 10], [ $offset = 0])
void getCommnetsByParents ( $ids)
void getStatusName ( $id)
void loadComments ( $reviews_id, [ $admin = ''])
void main ()
void saveUser ( $user_name,  $user_email)
void _init ()
Variables
static Quotation $_instance = null (line 19)

Singleton instance

  • access: protected
Methods
static method getInstance (line 29)

Returns an instance of Reviews

Singleton pattern implementation

  • return: Provides a fluent interface
  • access: public
static Reviews getInstance ()
add (line 658)
  • access: public
void add ()
admin (line 467)
  • access: public
void admin ()
detail (line 192)
  • access: public
void detail ()
edit (line 601)
  • access: public
void edit ()
error (line 459)
void error ( $message, [ $code = 1])
  • $message
  • $code
getComments (line 437)
void getComments ( $reviews_id, [ $limit = 10], [ $offset = 0])
  • $reviews_id
  • $limit
  • $offset
getCommnetsByParents (line 407)
void getCommnetsByParents ( $ids)
  • $ids
getStatusName (line 396)
void getStatusName ( $id)
  • $id
loadComments (line 338)
void loadComments ( $reviews_id, [ $admin = ''])
  • $reviews_id
  • $admin
main (line 45)
  • access: public
void main ()
saveUser (line 294)
void saveUser ( $user_name,  $user_email)
  • $user_name
  • $user_email
_init (line 39)
void _init ()

Documentation generated on Fri, 19 Aug 2016 17:10:38 +0200 by phpDocumentor 1.4.3