Commit 195dff3e authored by Jonathan.Wage's avatar Jonathan.Wage

Renamed.

parent 19783273
......@@ -47,6 +47,12 @@ class Doctrine_Import_Builder
*/
private $path = '';
private $packagesPrefix = 'Package';
private $packagesPath = '';
private $pathAfterPackage = DIRECTORY_SEPARATOR;
/**
* suffix
*
......
......@@ -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.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment