コード例 #1
0
ファイル: Product.php プロジェクト: kcornejo/estadistica
 /**
  * Initializes internal state of Product object.
  * @see        parent::__construct()
  */
 public function __construct()
 {
     // Make sure that parent constructor is always invoked, since that
     // is where any default values for this object are set.
     parent::__construct();
 }
コード例 #2
0
ファイル: class.Product.php プロジェクト: jonskinny12/message
 function Product($object = null)
 {
     parent::__construct($object);
 }