Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Textpack/StringInterface.php - 90 lines - 1682 bytes - Source - Print

Description: (no description)

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

StringInterface:: (7 methods):
getName()
getLanguage()
getString()
getEvent()
getOwner()
getVersion()
getLastmod()

Interface: StringInterface

Textpack string template.

getName()  line: 35
Gets the name of the string.

return: string
getLanguage()  line: 43
Gets the language.

return: string
getString()  line: 51
Gets the translation string contents.

return: string
getEvent()  line: 59
Gets the event.

return: string
getOwner()  line: 67
Gets the owner.

return: string
getVersion()  line: 75
Gets the version.

return: string
getLastmod()  line: 83
Gets the last modification timestamp.

return: int

title

Body