1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
Jonathan.Wage 2007-10-23 03:50:45 +00:00
parent 197832739f
commit 195dff3ec9
2 changed files with 8 additions and 2 deletions

View File

@ -47,6 +47,12 @@ class Doctrine_Import_Builder
*/
private $path = '';
private $packagesPrefix = 'Package';
private $packagesPath = '';
private $pathAfterPackage = DIRECTORY_SEPARATOR;
/**
* suffix
*

View File

@ -30,7 +30,7 @@
* @version $Revision: 2761 $
* @author Jonathan H. Wage <jwage@mac.com>
*/
class Doctrine_Task_GenerateFromModels extends Doctrine_Task
class Doctrine_Task_GenerateYamlModels extends Doctrine_Task
{
public $description = 'Generates a Yaml schema file from existing Doctrine_Record definitions',
$requiredArguments = array('yaml_schema_path' => 'Specify the complete directory path to your yaml schema files.',