Structures_DataGrid_Column::getDefaultDirection

Structures_DataGrid_Column::getDefaultDirection() – このカラムのデフォルトのソート方向を返す

Synopsis

require_once 'Structures/DataGrid/Column.php';

string Structures_DataGrid_Column::getDefaultDirection ( $str )

Description

This package is not documented yet.

Parameter

$str

Return value

"ASC" あるいは "DESC" を返します。

Throws

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

Note

This function can not be called statically.