HTML_QuickForm_image::setBorder()

HTML_QuickForm_image::setBorder() – image 要素の枠線のサイズを設定する

Synopsis

require_once 'HTML/QuickForm/image.php';

void HTML_QuickForm_image::setBorder ( string $border )

Description

これは、単に以下の処理と同じことをします。

<?php
$element
->updateAttributes(array('border' => $border));
?>

Parameter

string $border

image 要素の枠線。

Throws

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

Note

since 1.0

This function can not be called statically.