TYPO3  7.6
Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
Dependency Class Reference
Inheritance diagram for Dependency:
AbstractEntity AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface

Public Member Functions

 setHighestVersion ($highestVersion)
 
 getHighestVersion ()
 
 setIdentifier ($identifier)
 
 getIdentifier ()
 
 setLowestVersion ($lowestVersion)
 
 getLowestVersion ()
 
 setType ($type)
 
 getType ()
 

Static Public Attributes

static $specialDependencies
 

Protected Attributes

 $identifier = ''
 
 $lowestVersion = ''
 
 $highestVersion = ''
 
 $type = ''
 

Static Protected Attributes

static $dependencyTypes
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

Main extension model

Definition at line 20 of file Dependency.php.

Member Function Documentation

getHighestVersion ( )
getIdentifier ( )
getLowestVersion ( )
getType ( )
Returns
string

Definition at line 127 of file Dependency.php.

References Dependency\$type.

setHighestVersion (   $highestVersion)
Parameters
string$highestVersion
Returns
void

Definition at line 63 of file Dependency.php.

References Dependency\$highestVersion.

setIdentifier (   $identifier)
Parameters
string$identifier
Returns
void

Definition at line 80 of file Dependency.php.

References Dependency\$identifier.

setLowestVersion (   $lowestVersion)
Parameters
string$lowestVersion
Returns
void

Definition at line 97 of file Dependency.php.

References Dependency\$lowestVersion.

setType (   $type)
Parameters
string$type
Exceptions
\TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerExceptionif no valid dependency type was given
Returns
void

Definition at line 115 of file Dependency.php.

References Dependency\$type.

Member Data Documentation

$dependencyTypes
staticprotected
Initial value:
= array(
'depends',
'conflicts',
'suggests'
)

Definition at line 45 of file Dependency.php.

$highestVersion = ''
protected

Definition at line 35 of file Dependency.php.

Referenced by Dependency\getHighestVersion(), and Dependency\setHighestVersion().

$identifier = ''
protected

Definition at line 25 of file Dependency.php.

Referenced by Dependency\getIdentifier(), and Dependency\setIdentifier().

$lowestVersion = ''
protected

Definition at line 30 of file Dependency.php.

Referenced by Dependency\getLowestVersion(), and Dependency\setLowestVersion().

$specialDependencies
static
Initial value:
= array(
'typo3',
'php'
)

Definition at line 54 of file Dependency.php.

$type = ''
protected

Definition at line 40 of file Dependency.php.

Referenced by Dependency\getType(), and Dependency\setType().