PEAR_PackageFileManager_Frontend
[ class tree: PEAR_PackageFileManager_Frontend ] [ index: PEAR_PackageFileManager_Frontend ] [ all elements ]

Class: PEAR_PackageFileManager_Frontend_Decorator_HTMLTable

Source Location: /PEAR_PackageFileManager_Frontend_Web-0.6.0/Frontend/Decorator/HTMLTable.php

Class Overview

PEAR_PackageFileManager_Frontend_Decorator
   |
   --PEAR_PackageFileManager_Frontend_Decorator_HTMLTable

Decorator to help with fetching html_table representations of replacements, roles and exceptions.


Author(s):

Version:

  • Release: 0.6.0

Copyright:

  • 2005-2006 Laurent Laville

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 40]
Decorator to help with fetching html_table representations of replacements, roles and exceptions.


[ Top ]


Class Variables

$table =

[line 46]

Decorator container
  • Var: object

Type:   object HTML_Table


[ Top ]



Method Detail

PEAR_PackageFileManager_Frontend_Decorator_HTMLTable (Constructor)   [line 54]

PEAR_PackageFileManager_Frontend_Decorator_HTMLTable PEAR_PackageFileManager_Frontend_Decorator_HTMLTable( &$fe, object $fe)

Decorator constructor
  • Since: 0.1.0
  • Access: public

Parameters:

object   $fe   —  PEAR_PackageFileManager_Frontend object
   &$fe   — 

[ Top ]

getDepList   [line 123]

void getDepList( $columns, [ $rowscope = 4], [ $ckid = 'deps'])

Decorator::getDepList()
  • Since: 0.1.0
  • Access: public

Parameters:

   $columns   — 
   $rowscope   — 
   $ckid   — 

[ Top ]

getExceptionList   [line 135]

void getExceptionList( $columns, [ $rowscope = 1], [ $ckid = 'files'])

Decorator::getExceptionList()
  • Since: 0.1.0
  • Access: public

Parameters:

   $columns   — 
   $rowscope   — 
   $ckid   — 

[ Top ]

getFileList   [line 105]

array getFileList( boolean $default, boolean $ignore, string $plugin, $columns, [ $rowscope = 1], [ $ckid = 'files'])

Decorator::getFileList()
  • Since: 0.1.0
  • Access: public

Parameters:

boolean   $default   —  if we get initial data set at first run
boolean   $ignore   —  Either if you want all files or just ignored
string   $plugin   —  PEAR_PackageFileManager filelist generator
   $columns   — 
   $rowscope   — 
   $ckid   — 

[ Top ]

getHtmlTable   [line 66]

void &getHtmlTable( )

Gets instance of HTML_Table object
  • Since: 0.1.0
  • Access: public

[ Top ]

getMaintList   [line 89]

void getMaintList( $users, $columns, [ $rowscope = 1], [ $ckid = 'users'])

Decorator::getMaintList()
  • See: PEAR_PackageFileManager_Frontend::getMaintList()
  • Since: 0.1.0
  • Access: public

Parameters:

   $users   — 
   $columns   — 
   $rowscope   — 
   $ckid   — 

[ Top ]

setHtmlTable   [line 77]

void setHtmlTable( &$table)

Sets instance of HTML_Table object
  • Since: 0.1.0
  • Access: public

Parameters:

   &$table   — 

[ Top ]

toHtml   [line 152]

void toHtml( )

Returns the table structure as HTML
  • Since: 0.1.0
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:43:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.