JetTableAllClasses
Current view: C:\xampp\htdocs\table\jettable\JetRadioButtonDataCell.class.php
Date: Fri Dec 1 17:20:38 JST 2006 Executable lines: 2
Code covered: 100.00% Executed lines: 2
Legend: executed not executed dead code


       1                 : <?php                                                                             
       2                 : require_once "JetDataCell.class.php";                                             
       3                 :                                                                                   
       4                 : /**                                                                               
       5                 :  * ラジオボタン出力<br>                                                           
       6                 :  * データセルにラジオボタンを出力するクラス                                       
       7                 :  *                                                                                
       8                 :  * @package    jettable.framework                                                 
       9                 :  * @author     rds <tk@rasign.jp>                                                 
      10                 :  * @license     http://www.opensource.org/licenses/mit-license.php The MIT License
      11                 :  * @version    $Revision: 1.4 $ $Date: 2006/12/01 13:41:52 $                      
      12                 :  * @link       http://jettable.rasign.jp/                                         
      13                 :  */                                                                               
      14                 : class JetRadioButtonDataCell extends JetDataCell{                                 
      15                 :     /**                                                                           
      16                 :      * デフォルトコンストラクタ<br>                                               
      17                 :      *                                                                            
      18                 :      * @param $value 表示する値                                                      
      19                 :      * @param $attribute 属性                                                        
      20                 :      * @access public                                                             
      21                 :      */                                                                           
      22                 :     public function __construct($value, $attribute = array()){                       
      23               6 :     }                                                                                
      24                 :                                                                                   
      25                 :     public function getHtml(){                                                       
      26               6 :         return "<input type=\"radio\" name=\"hatena\">";                                
      27                 :     }                                                                                
      28                 : }                                                                                 
      29                 : ?>                                                                                

Generated by: PHPUnit 3.0.0 and Xdebug 2.0.0RC1.