PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

constructor | JavaScript入門&応用&リファレンスなら「JavaScriptist」

   Structures_DataGrid_Column::Structures_DataGrid_Column

constructor Structures_DataGrid_Column::Structures_DataGrid_Column

constructor Structures_DataGrid_Column::Structures_DataGrid_Column() – コンストラクタ

Synopsis

require_once 'Structures/DataGrid/Column.php';

void constructor Structures_DataGrid_Column::Structures_DataGrid_Column ( string $label , string $field = = null , string $orderBy = = null , array $attributes = array() , string $autoFillValue = = null , mixed $formatter = = null , array $formatterArgs = array() )

Description

デフォルトのテーブル形式の設定を作成します。

Parameter

string $label

カラムのラベルとして表示される文字列。

string $field

カラムに対応させるフィールドの名前。

string $orderBy

データの並べ替えを行うフィールドあるいは式。

array $attributes

XML あるいは HTML の TD タグの属性。 array(name => value, ...) 形式。

string $autoFillValue

autoFill で使用する値。

mixed $formatter

フォーマッタ用のコールバック。setFormatter() を参照ください。

array $formatterArgs

フォーマッタ用のコールバックの二番目の引数として渡す連想配列。

Throws

例外はスローされません。

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「constructor」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | constructor」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: