‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Composer\CliEntryPoint Class Reference
Inheritance diagram for TYPO3\CMS\Core\Composer\CliEntryPoint:

Public Member Functions

 __construct (string $source, string $target)
 
 run (Event $event)
 

Private Attributes

string $source
 
string $target
 

Detailed Description

Definition at line 26 of file CliEntryPoint.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Composer\CliEntryPoint::__construct ( string  $source,
string  $target 
)

Member Function Documentation

◆ run()

TYPO3\CMS\Core\Composer\CliEntryPoint::run ( Event  $event)

Definition at line 46 of file CliEntryPoint.php.

References TYPO3\CMS\Core\Composer\CliEntryPoint\$target.

Member Data Documentation

◆ $source

string TYPO3\CMS\Core\Composer\CliEntryPoint::$source
private

Absolute path to entry script source

Definition at line 32 of file CliEntryPoint.php.

Referenced by TYPO3\CMS\Core\Composer\CliEntryPoint\__construct().

◆ $target

string TYPO3\CMS\Core\Composer\CliEntryPoint::$target
private

The target file relative to the web directory

Definition at line 38 of file CliEntryPoint.php.

Referenced by TYPO3\CMS\Core\Composer\CliEntryPoint\__construct(), and TYPO3\CMS\Core\Composer\CliEntryPoint\run().