TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LoadedExtensionArrayElement Class Reference
Inheritance diagram for LoadedExtensionArrayElement:

Public Member Functions

 __construct (PackageInterface $package)
 
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 serialize ()
 
 unserialize ($serialized)
 
 count ()
 
 toArray ()
 

Protected Member Functions

 initializeBasicExtensionInformation ()
 
 initializeExtensionIcon ()
 
 initializeExtensionFiles ()
 

Protected Attributes

 $package
 
 $extensionFilesToCheckFor
 
 $extensionInformation = array()
 

Detailed Description

Class to simulate the "old" extension information array element

Definition at line 24 of file LoadedExtensionArrayElement.php.

Constructor & Destructor Documentation

__construct ( PackageInterface  $package)

Member Function Documentation

count ( )
getIterator ( )
initializeBasicExtensionInformation ( )
protected

Create main information

Returns
void

Definition at line 66 of file LoadedExtensionArrayElement.php.

Referenced by LoadedExtensionArrayElement\__construct().

initializeExtensionFiles ( )
protected

Register found files in extension array if extension was found

Parameters
void

Definition at line 122 of file LoadedExtensionArrayElement.php.

Referenced by LoadedExtensionArrayElement\__construct().

initializeExtensionIcon ( )
protected

Initialize extension icon

Returns
void

Definition at line 112 of file LoadedExtensionArrayElement.php.

Referenced by LoadedExtensionArrayElement\__construct().

offsetExists (   $offset)
offsetGet (   $offset)
offsetSet (   $offset,
  $value 
)
offsetUnset (   $offset)
serialize ( )

String representation of object

string the string representation of the object or null

Definition at line 200 of file LoadedExtensionArrayElement.php.

toArray ( )
Returns
array

Definition at line 231 of file LoadedExtensionArrayElement.php.

unserialize (   $serialized)

Member Data Documentation

$extensionFilesToCheckFor
protected
Initial value:
= array(
'ext_localconf.php',
'ext_tables.php',
'ext_tables.sql',
'ext_tables_static+adt.sql',
'ext_typoscript_constants.txt',
'ext_typoscript_setup.txt'
)

Definition at line 34 of file LoadedExtensionArrayElement.php.

$extensionInformation = array()
protected

Definition at line 46 of file LoadedExtensionArrayElement.php.

$package
protected

Definition at line 29 of file LoadedExtensionArrayElement.php.