‪TYPO3CMS  ‪main
TYPO3\CMS\Styleguide\Command\GeneratorCommand Class Reference
Inheritance diagram for TYPO3\CMS\Styleguide\Command\GeneratorCommand:

Protected Member Functions

 configure ()
 
int execute (InputInterface $input, OutputInterface $output)
 

Private Member Functions

 createTca (OutputInterface $output)
 
 deleteTca (OutputInterface $output)
 
 createFrontend (OutputInterface $output)
 
 deleteFrontend (OutputInterface $output)
 

Detailed Description

Generate TCA for Styleguide backend (create / delete)

Definition at line 38 of file GeneratorCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Styleguide\Command\GeneratorCommand::configure ( )
protected

Definition at line 40 of file GeneratorCommand.php.

◆ createFrontend()

TYPO3\CMS\Styleguide\Command\GeneratorCommand::createFrontend ( OutputInterface  $output)
private

Definition at line 127 of file GeneratorCommand.php.

References $output.

Referenced by TYPO3\CMS\Styleguide\Command\GeneratorCommand\execute().

◆ createTca()

TYPO3\CMS\Styleguide\Command\GeneratorCommand::createTca ( OutputInterface  $output)
private

Definition at line 102 of file GeneratorCommand.php.

References $finder, and $output.

Referenced by TYPO3\CMS\Styleguide\Command\GeneratorCommand\execute().

◆ deleteFrontend()

TYPO3\CMS\Styleguide\Command\GeneratorCommand::deleteFrontend ( OutputInterface  $output)
private

Definition at line 144 of file GeneratorCommand.php.

References $output.

Referenced by TYPO3\CMS\Styleguide\Command\GeneratorCommand\execute().

◆ deleteTca()

TYPO3\CMS\Styleguide\Command\GeneratorCommand::deleteTca ( OutputInterface  $output)
private

Definition at line 117 of file GeneratorCommand.php.

References $output.

Referenced by TYPO3\CMS\Styleguide\Command\GeneratorCommand\execute().

◆ execute()

int TYPO3\CMS\Styleguide\Command\GeneratorCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected