PHP Класс Yosymfony\Spress\Command\SiteBuildCommand

Автор: Victor Puertas ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$configResolver

Защищенные методы

Метод Описание
buildResourceWatcher ( string $sourceDir, string $destinationDir ) : Yosymfony\ResourceWatcher\ResourceWatcher Builds a ResourceWatcher instance.
buildSpress ( Yosymfony\Spress\Core\IO\IOInterface $io, Symfony\Component\Console\Input\InputInterface $input ) : Spress Buils a Spress instance.
configure ( )
enableParsedown ( Spress $spress ) Enables Parsedown converter.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getConfigResolver ( ) : AttributesResolver Gets the attributes or option resolver for configuration values.
reParse ( Yosymfony\Spress\Core\IO\IOInterface $io, Symfony\Component\Console\Input\InputInterface $input, Yosymfony\ResourceWatcher\ResourceWatcher $rw ) Reparse a site.
rebuildingSiteMessage ( ConsoleIO $io, array $newResources, array $updatedResources, array $deletedResources ) Write the result of rebuilding a site.
resultMessage ( ConsoleIO $io, array $items ) Writes the result of a parsing a site.
startingMessage ( ConsoleIO $io, string $env, boolean $drafts, boolean $safe ) Writes the staring messages.

Описание методов

buildResourceWatcher() защищенный Метод

Builds a ResourceWatcher instance.
protected buildResourceWatcher ( string $sourceDir, string $destinationDir ) : Yosymfony\ResourceWatcher\ResourceWatcher
$sourceDir string Source path
$destinationDir string Destination path
Результат Yosymfony\ResourceWatcher\ResourceWatcher

buildSpress() защищенный Метод

Buils a Spress instance.
protected buildSpress ( Yosymfony\Spress\Core\IO\IOInterface $io, Symfony\Component\Console\Input\InputInterface $input ) : Spress
$io Yosymfony\Spress\Core\IO\IOInterface
$input Symfony\Component\Console\Input\InputInterface
Результат Yosymfony\Spress\Core\Spress

configure() защищенный Метод

protected configure ( )

enableParsedown() защищенный Метод

Enables Parsedown converter.
protected enableParsedown ( Spress $spress )
$spress Yosymfony\Spress\Core\Spress

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

getConfigResolver() защищенный Метод

Gets the attributes or option resolver for configuration values.
protected getConfigResolver ( ) : AttributesResolver
Результат Yosymfony\Spress\Core\Support\AttributesResolver

reParse() защищенный Метод

Reparse a site.
protected reParse ( Yosymfony\Spress\Core\IO\IOInterface $io, Symfony\Component\Console\Input\InputInterface $input, Yosymfony\ResourceWatcher\ResourceWatcher $rw )
$io Yosymfony\Spress\Core\IO\IOInterface
$input Symfony\Component\Console\Input\InputInterface
$rw Yosymfony\ResourceWatcher\ResourceWatcher

rebuildingSiteMessage() защищенный Метод

Write the result of rebuilding a site.
protected rebuildingSiteMessage ( ConsoleIO $io, array $newResources, array $updatedResources, array $deletedResources )
$io Yosymfony\Spress\IO\ConsoleIO
$newResources array
$updatedResources array
$deletedResources array

resultMessage() защищенный Метод

Writes the result of a parsing a site.
protected resultMessage ( ConsoleIO $io, array $items )
$io Yosymfony\Spress\IO\ConsoleIO
$items array

startingMessage() защищенный Метод

Writes the staring messages.
protected startingMessage ( ConsoleIO $io, string $env, boolean $drafts, boolean $safe )
$io Yosymfony\Spress\IO\ConsoleIO
$env string [description]
$drafts boolean [description]
$safe boolean [description]

Описание свойств

$configResolver защищенное свойство

protected $configResolver