core
db
html
utility
HtmlTableRow::existsCell
public boolean existsCell
( string $columnKey )
指定の列キーのセルが存在するか否かを確認します。
パラメーター
| 名前 | 型 | 内容 |
|---|---|---|
| $columnKey | string | 列キー |
返り値
指定の列キーのセルが存在する場合はtrue、存在しない場合はfalseを返します。