11 lines
174 B
PHP
11 lines
174 B
PHP
<?php
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
/**
|
|
* CC Metadata File Interface.
|
|
*/
|
|
interface CcIMetadataFile
|
|
{
|
|
public function addMetadataFileEducational($obj);
|
|
}
|