TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GetTypo3OrgService Class Reference

Public Member Functions

 __construct (\Composer\IO\IOInterface $io, $jsonUrl= 'https://get.typo3.org/json')
 
 addDistToPackage (\Composer\Package\Package $package)
 

Protected Member Functions

 initializeData ()
 

Protected Attributes

 $file
 
 $data = array()
 

Detailed Description

A service that enriches the packages with information from get.typo3.org

Author
Thomas Maroschik tmaro.nosp@m.schi.nosp@m.k@dfa.nosp@m.u.de

Definition at line 32 of file GetTypo3OrgService.php.

Constructor & Destructor Documentation

__construct ( \Composer\IO\IOInterface  $io,
  $jsonUrl = 'https://get.typo3.org/json' 
)
Parameters
\Composer\IO\IOInterface$io
string$jsonUrl

Definition at line 48 of file GetTypo3OrgService.php.

Member Function Documentation

addDistToPackage ( \Composer\Package\Package  $package)
Parameters
\Composer\Package\Package$package

Definition at line 64 of file GetTypo3OrgService.php.

References GetTypo3OrgService\initializeData().

initializeData ( )
protected

Definition at line 55 of file GetTypo3OrgService.php.

Referenced by GetTypo3OrgService\addDistToPackage().

Member Data Documentation

$data = array()
protected

Definition at line 42 of file GetTypo3OrgService.php.

$file
protected

Definition at line 37 of file GetTypo3OrgService.php.