Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: g:\Work\WWW\php\tbox\lib/cfield.phps
PHP Documentation - PHP/Toolbox::Table

CField

CSnippet
  |
  +-- CField

The table field class.

 

private class CField extends CSnippet

The table field class.
| new CField(array( | "ignore" => TRUE, | ... | )) The descendants of CField class allow you to specify custom field processing or representation.

 
Direct known subclasses: CImageField

Methods inherited from CSnippet

csnippet, append, qualify, getglobal, setglobal, write, flush, writecode

Public Method Summary

void

CField(array $args)

Constructor.

Private Method Summary

void

process(mixed &$value)

Processes the value.

Fields inherited from CSnippet

$id

Public Method Details

CField

public void CField( array $args )

  Constructor.

Parameter
array $args
.
Returns void


Private Method Details

process

private abstract void process( mixed &$value )

  Processes the value.

Parameter
mixed &$value
- inout value.
Returns void



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta