Tuskfish API V1.1.2
  • Package
  • Class

Packages

  • content
  • core
  • database
  • installation
  • security
  • user
  • utilities

Classes

  • TfArticle
  • TfAudio
  • TfBlock
  • TfBlockHandler
  • TfCollection
  • TfCollectionHandler
  • TfContentControllerFactory
  • TfContentHandler
  • TfContentHandlerFactory
  • TfContentObject
  • TfContentObjectController
  • TfDownload
  • TfImage
  • TfRss
  • TfSearchContent
  • TfStatic
  • TfTag
  • TfTagHandler
  • TfTaglinkHandler
  • TfVideo

Traits

  • TfContentTypes

Package content

Classes summary

TfArticle Represents a text article such as a new story or blog entry.
TfAudio Represents an audio recording such as a song or podcast, with audio file attachment.
TfBlock Represents a block of content, use it to create HTML blocks to insert into your site layout.
TfBlockHandler Manipulates block content objects (TfBlock).
TfCollection Represents a collection of content objects (analogous to a category). Hierarchical.
TfCollectionHandler Manipulates collection content objects (TfCollection).
TfContentControllerFactory Handles instantiation of controllers for content objects.
TfContentHandler Base content handler class. Manipulates content objects (TfContentObject and subclasses).
TfContentHandlerFactory Factory class that instantiates TfContentHandler objects and handles dependency injection.
TfContentObject Base class for content objects. Represents a single content object.
TfContentObjectController

Controls basic content object operations (add, edit, delete, toggle and update). It encapsulates the admin controller script functionality for these operations.

TfDownload Represents a downloadable file, for example a publication or software archive.
TfImage Represents an image such as a photograph or illustration.
TfRss Generates RSS feeds for the whole site, individual collections and tags.
TfSearchContent Provides search functionality for the content module, returning mixed content objects.
TfStatic Represents a static content page, such as an 'about' page or staff directory.
TfTag Represents a subject tag used to label and sort content objects. Non-hierarchical.
TfTagHandler Manipulates tag content objects (TfTag).
TfTaglinkHandler Manipulates taglink objects (TfTaglink).
TfVideo Represents a video recording, with video file attachment.

Traits summary

TfContentTypes Provides definition of permitted content object types.
Tuskfish API V1.1.2 API documentation generated by ApiGen