PHP Class Jarves\Command\ContentExportCommand

Inheritance: extends AbstractCommand
Afficher le fichier Open project: jarves/jarves

Méthodes protégées

Méthode Description
clearData ( $array, $excludeNames = [], $defaults = [] )
configure ( )
dumpYaml ( string $data ) : string
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
exportNode ( $position, Domain $domain, Node $node, ExportPointer $exportPointer )
getStorage ( Object $object ) : AbstractStorage

Method Details

clearData() protected méthode

protected clearData ( $array, $excludeNames = [], $defaults = [] )

configure() protected méthode

protected configure ( )

dumpYaml() protected méthode

protected dumpYaml ( string $data ) : string
$data string
Résultat string

execute() protected méthode

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

exportNode() protected méthode

protected exportNode ( $position, Domain $domain, Node $node, ExportPointer $exportPointer )
$domain Jarves\Model\Domain
$node Jarves\Model\Node
$exportPointer ExportPointer

getStorage() protected méthode

protected getStorage ( Object $object ) : AbstractStorage
$object Object
Résultat Jarves\Storage\AbstractStorage