TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\About\Domain\Model\Extension Class Reference
Inheritance diagram for TYPO3\CMS\About\Domain\Model\Extension:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface Tx_About_Domain_Model_Extension

Public Member Functions

 setAuthor ($author)
 
 getAuthor ()
 
 setAuthorEmail ($authorEmail)
 
 getAuthorEmail ()
 
 setKey ($key)
 
 getKey ()
 
 setTitle ($title)
 
 getTitle ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 initializeObject ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=NULL)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=NULL)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Protected Attributes

 $author = ''
 
 $authorEmail = ''
 
 $key = ''
 
 $title = ''
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! An extension helper model to be used in ext:about context

Author
Felix Kopp felix.nosp@m.-sou.nosp@m.rce@p.nosp@m.hora.nosp@m.x.com

Definition at line 22 of file Extension.php.

Member Function Documentation

◆ getAuthor()

TYPO3\CMS\About\Domain\Model\Extension::getAuthor ( )
Returns
string

Definition at line 54 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$author.

◆ getAuthorEmail()

TYPO3\CMS\About\Domain\Model\Extension::getAuthorEmail ( )
Returns
string

Definition at line 68 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$authorEmail.

◆ getKey()

TYPO3\CMS\About\Domain\Model\Extension::getKey ( )
Returns
string

Definition at line 82 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$key.

◆ getTitle()

TYPO3\CMS\About\Domain\Model\Extension::getTitle ( )
Returns
string

Definition at line 96 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$title.

◆ setAuthor()

TYPO3\CMS\About\Domain\Model\Extension::setAuthor (   $author)
Parameters
string$author

Definition at line 47 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$author.

◆ setAuthorEmail()

TYPO3\CMS\About\Domain\Model\Extension::setAuthorEmail (   $authorEmail)
Parameters
string$authorEmail

Definition at line 61 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$authorEmail.

◆ setKey()

TYPO3\CMS\About\Domain\Model\Extension::setKey (   $key)
Parameters
string$key

Definition at line 75 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$key.

◆ setTitle()

TYPO3\CMS\About\Domain\Model\Extension::setTitle (   $title)
Parameters
string$title

Definition at line 89 of file Extension.php.

References TYPO3\CMS\About\Domain\Model\Extension\$title.

Member Data Documentation

◆ $author

TYPO3\CMS\About\Domain\Model\Extension::$author = ''
protected

◆ $authorEmail

TYPO3\CMS\About\Domain\Model\Extension::$authorEmail = ''
protected

◆ $key

TYPO3\CMS\About\Domain\Model\Extension::$key = ''
protected

◆ $title

TYPO3\CMS\About\Domain\Model\Extension::$title = ''
protected