Structures_DataGrid::getColumnByField()

Structures_DataGrid::getColumnByField()  -- フィールド名からカラムを探す

概要

require_once 'Structures/DataGrid.php';

object Either& Structures_DataGrid::getColumnByField (string $fieldName)

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $fieldName

探すカラムのフィールド名。

返り値

カラムオブジェクトへの参照、あるいはカラムがない場合に false を返します。

例外・エラー

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

注意

この関数は、スタティックにコールする ことはできません。