コード例 #1
0
 /**
  * Constructor
  *
  * @param string $label The label of the table
  */
 function __construct($label)
 {
     parent::__construct(Zend_Wildfire_Plugin_FirePhp::TABLE, null);
     $this->setLabel($label);
 }