JetTableAllClasses | ||||||||||||||||||||
![]() | ||||||||||||||||||||
|
||||||||||||||||||||
![]() |
1 : <?php 2 : /** 3 : * データセル属性クラス<br> 4 : * データセルの属性を表現するクラス。 5 : * 6 : * @package jettable.framework 7 : * @author rds <tk@rasign.jp> 8 : * @license http://www.opensource.org/licenses/mit-license.php The MIT License 9 : * @version $Revision: 1.4 $ $Date: 2006/12/01 13:41:52 $ 10 : * @link http://jettable.rasign.jp/ 11 : */ 12 : class JetAttributeColumn extends JetAttribute{ 13 : public $columnName; 14 : 15 : /** 16 : * デフォルトコンストラクタ<br> 17 : * 18 : * @access public 19 : */ 20 : public function __construct(){ 21 4 : } 22 : } 23 : ?> |
![]() |
Generated by: PHPUnit 3.0.0 and Xdebug 2.0.0RC1. |