add() add(string $title = '', mixed $url = null, array $options = array()) : string 追加ボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ
edit() edit(string $title = '', mixed $url = null, array $options = array()) : string 編集ボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ
search() search(string $title = '', mixed $url = null, array $options = array()) : string 検索ボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ
sort() sort(string $title = '', mixed $url = null, array $options = array()) : string ソートボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ
toList() toList(string $title = '', mixed $url = null, array $options = array()) : string 一覧へボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ
__getLinkHtml() __getLinkHtml(string $title, mixed $url, array $options) : string ソートボタンHTMLの出力 Parameters string $title タイトル mixed $url URL array $options HTML属性オプション Returns string — HTMLタグ