Class CriticalI_Command_TableFormatter_Column

Description

Internal class used by CriticalI_Command_TableFormatter to represent a

column

Located in /Core/lib/CriticalI/Command/TableFormatter.php (line 264)


	
			
Variable Summary
 mixed $leftText
 mixed $rightText
 mixed $widestCell
 mixed $widestWord
 mixed $width
Method Summary
 void add_to_width ( $data)
 void format ( $data)
 void max_width ()
 void min_width ()
 void min_word_width ()
Variables
mixed $leftText = '' (line 265)
  • access: public
mixed $rightText = '' (line 266)
  • access: public
mixed $widestCell = 0 (line 267)
  • access: public
mixed $widestWord = 0 (line 268)
  • access: public
mixed $width = 0 (line 269)
  • access: public
Methods
add_to_width (line 274)

Update width statistics with information from a cell

  • access: public
void add_to_width ( $data)
  • $data
format (line 306)

Format a cell and return the results as an array of lines

  • access: public
void format ( $data)
  • $data
max_width (line 284)

Return the maximum width of the cell

  • access: public
void max_width ()
min_width (line 299)

Return the minimum possible width of the cell

  • access: public
void min_width ()
min_word_width (line 292)

Return the minimum width of the cell that will not involve word

breaks

  • access: public
void min_word_width ()

Documentation generated on Wed, 25 Apr 2012 09:46:45 -0700 by phpDocumentor 1.4.3