コード例 #1
0
ファイル: AccountCollection.php プロジェクト: Nurudeen/prado
 public function copyTo(TList $array)
 {
     $array->copyFrom($this);
 }