pure.fw.brownie
[ class tree: pure.fw.brownie ] [ index: pure.fw.brownie ] [ all elements ]

Class: Brownie_Text

Source Location: /package/pure/fw/brownie/BrownieData.inc

Class Overview

PURE_Class
   |
   --Brownie_Node
      |
      --Brownie_Data
         |
         --Brownie_Text

任意テキストを保持するデータクラスです。


Methods


Inherited Constants

Inherited Methods

Class: Brownie_Data

Brownie_Data::__construct()
標準のコンストラクタです。

Class: Brownie_Node

Brownie_Node::__construct()
標準のコンストラクタです。
Brownie_Node::getType()
エレメントのタイプを取得します。
Brownie_Node::setType()
エレメントのタイプを設定します。

Class Details

[line 39]
任意テキストを保持するデータクラスです。



[ Top ]


Class Methods


constructor __construct [line 44]

Brownie_Text __construct( )

標準のコンストラクタです。



Tags:

access:  public


Overrides Brownie_Data::__construct() (標準のコンストラクタです。)

[ Top ]

method addLine [line 84]

void addLine( string $line)

テキストに行を追加します。

既に設定されているテキストとは改行を挟んで結合されることに注意してください。




Tags:

access:  public


Parameters:

string   $line   追加する行

[ Top ]

method getValue [line 62]

string getValue( )

テキストを取得します。



Tags:

return:  テキスト
access:  public


[ Top ]

method setValue [line 72]

void setValue( string $value)

テキストを設定します。



Tags:

access:  public


Parameters:

string   $value   テキスト

[ Top ]


Documentation generated on Sun, 06 Jan 2008 01:33:02 +0900 by phpDocumentor 1.3.2