コード例 #1
0
ファイル: DoucheVote.php プロジェクト: robv/Douche-Crunch
 /**
  * Initializes internal state of DoucheVote 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();
 }