コード例 #1
0
ファイル: DataSet.php プロジェクト: nmicht/tlalokes-in-acst
 function __construct(DataSet $ds)
 {
     $this->ds = $ds;
     $this->size = $ds->size();
 }