Files
wy/ZeedFramework/library/3rd/OFC/php-ofc-library/ofc_y_legend.php

15 lines
243 B
PHP
Raw Normal View History

2026-01-07 11:40:41 +08:00
<?php
class y_legend
{
function y_legend( $text='' )
{
$this->text = $text;
}
function set_style( $css )
{
$this->style = $css;
//"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
}
}