Structures_DataGrid::getColumnByName

Structures_DataGrid::getColumnByName() – 名前 (ラベル) からカラムを探す

Synopsis

require_once 'Structures/DataGrid.php';

object Either& Structures_DataGrid::getColumnByName ( string $name )

Description

This package is not documented yet.

Parameter

string $name

探すカラムの名前 (ラベル)。

Return value

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

Throws

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

Note

This function can not be called statically.