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

Renamed.

parent 19783273
...@@ -46,7 +46,13 @@ class Doctrine_Import_Builder ...@@ -46,7 +46,13 @@ class Doctrine_Import_Builder
* @var string $path * @var string $path
*/ */
private $path = ''; private $path = '';
private $packagesPrefix = 'Package';
private $packagesPath = '';
private $pathAfterPackage = DIRECTORY_SEPARATOR;
/** /**
* suffix * suffix
* *
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* @version $Revision: 2761 $ * @version $Revision: 2761 $
* @author Jonathan H. Wage <jwage@mac.com> * @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', 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.', $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