Files
wy/ZeedFramework/library/3rd/OFC/php-ofc-library/ofc_x_legend.php
2026-01-07 11:40:41 +08:00

15 lines
243 B
PHP

<?php
class x_legend
{
function x_legend( $text='' )
{
$this->text = $text;
}
function set_style( $css )
{
$this->style = $css;
//"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
}
}