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 JetAttributeColumnEreg extends JetAttributeColumn{ 13 : public $ereg; 14 : 15 : /** 16 : * デフォルトコンストラクタ<br> 17 : * 18 : * @access public 19 : */ 20 : public function __construct(){ 21 3 : } 22 : } 23 : ?> |
![]() |
Generated by: PHPUnit 3.0.0 and Xdebug 2.0.0RC1. |