Tuskfish API V1.1.3
  • Package
  • Class

Packages

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

Classes

  • TfArticle
  • TfAudio
  • TfBlock
  • TfBlockHandler
  • TfCollection
  • TfCollectionHandler
  • TfContentController
  • TfContentControllerFactory
  • TfContentFactory
  • TfContentHandler
  • TfContentObject
  • 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).
TfContentController

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

TfContentControllerFactory Handles instantiation of controllers for content objects.
TfContentFactory Factory class that handles instantiation of content objects, handlers and controllers.
TfContentHandler Base content handler class. Manipulates content objects (TfContentObject and subclasses).
TfContentObject Base class for content objects. Represents a single content object.
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.3 API documentation generated by ApiGen