PHP Class Doctrine\ODM\MongoDB\Tools\Console\Command\Schema\CreateCommand

Inheritance: extends Doctrine\ODM\MongoDB\Tools\Console\Command\Schema\AbstractCommand
Show file Open project: doctrine/mongodb-odm Class Usage Examples

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
processCollection ( SchemaManager $sm )
processDb ( SchemaManager $sm )
processDocumentCollection ( SchemaManager $sm, $document )
processDocumentDb ( SchemaManager $sm, $document )
processDocumentIndex ( SchemaManager $sm, $document )
processDocumentProxy ( SchemaManager $sm, $document )
processIndex ( SchemaManager $sm )
processProxy ( SchemaManager $sm )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

processCollection() protected method

protected processCollection ( SchemaManager $sm )
$sm Doctrine\ODM\MongoDB\SchemaManager

processDb() protected method

protected processDb ( SchemaManager $sm )
$sm Doctrine\ODM\MongoDB\SchemaManager

processDocumentCollection() protected method

protected processDocumentCollection ( SchemaManager $sm, $document )
$sm Doctrine\ODM\MongoDB\SchemaManager

processDocumentDb() protected method

protected processDocumentDb ( SchemaManager $sm, $document )
$sm Doctrine\ODM\MongoDB\SchemaManager

processDocumentIndex() protected method

protected processDocumentIndex ( SchemaManager $sm, $document )
$sm Doctrine\ODM\MongoDB\SchemaManager

processDocumentProxy() protected method

protected processDocumentProxy ( SchemaManager $sm, $document )
$sm Doctrine\ODM\MongoDB\SchemaManager

processIndex() protected method

protected processIndex ( SchemaManager $sm )
$sm Doctrine\ODM\MongoDB\SchemaManager

processProxy() protected method

protected processProxy ( SchemaManager $sm )
$sm Doctrine\ODM\MongoDB\SchemaManager