PHP 클래스 Jarves\Command\ContentExportCommand

상속: extends AbstractCommand
파일 보기 프로젝트 열기: jarves/jarves

보호된 메소드들

메소드 설명
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

메소드 상세

clearData() 보호된 메소드

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

configure() 보호된 메소드

protected configure ( )

dumpYaml() 보호된 메소드

protected dumpYaml ( string $data ) : string
$data string
리턴 string

execute() 보호된 메소드

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 exportNode ( $position, Domain $domain, Node $node, ExportPointer $exportPointer )
$domain Jarves\Model\Domain
$node Jarves\Model\Node
$exportPointer ExportPointer

getStorage() 보호된 메소드

protected getStorage ( Object $object ) : AbstractStorage
$object Object
리턴 Jarves\Storage\AbstractStorage