9 lines
222 B
PHP
9 lines
222 B
PHP
<?php
|
|
|
|
interface stPropelImportExportInterface
|
|
{
|
|
public function doProcess($offset=0);
|
|
public function getUserName($name);
|
|
public function getConfig();
|
|
public function validateFile(array &$errors = null);
|
|
} |