Structures_DataGrid::getColumnByField

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

Synopsis

require_once 'Structures/DataGrid.php';

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

Description

This package is not documented yet.

Parameter

string $fieldName

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

Return value

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

Throws

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

Note

This function can not be called statically.