Curry
PHP Framework

core

db

html

utility

HtmlTableRow::getCell

public HtmlElement getCell ( string $columnKey )
指定の列キーのセルオブジェクトを取得します。

パラメーター

名前 内容
$columnKey string 列キー

返り値

指定の列キーのセルオブジェクトとしてHtmlElementインスタンスを返します。
指定の列キーでオブジェクトが存在しない場合はnullを返します。