Elgg  Version 1.9
Importable.php
Go to the documentation of this file.
1 <?php
9 interface Importable {
19  public function import(ODD $data);
20 }
$data
Definition: opendd.php:13
Definition: ODD.php:9