Renamed.
This commit is contained in:
parent
197832739f
commit
195dff3ec9
@ -47,6 +47,12 @@ class Doctrine_Import_Builder
|
|||||||
*/
|
*/
|
||||||
private $path = '';
|
private $path = '';
|
||||||
|
|
||||||
|
private $packagesPrefix = 'Package';
|
||||||
|
|
||||||
|
private $packagesPath = '';
|
||||||
|
|
||||||
|
private $pathAfterPackage = DIRECTORY_SEPARATOR;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* suffix
|
* suffix
|
||||||
*
|
*
|
||||||
|
@ -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.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user