Overview

Namespaces

  • Charcoal
    • Admin
      • Widget
        • Cms
    • Cms
      • Config
      • Mixin
        • Traits
      • Route
      • Section
      • Service
        • Loader
        • Manager
      • ServiceProvider
      • Support
        • Helpers
        • Interfaces
        • Traits
    • Property

Classes

  • AbstractDocument
  • AbstractEvent
  • AbstractFaq
  • AbstractImage
  • AbstractNews
  • AbstractSection
  • AbstractText
  • AbstractVideo
  • Config
  • Document
  • DocumentCategory
  • EmptySection
  • Event
  • EventCategory
  • ExternalSection
  • Faq
  • FaqCategory
  • Image
  • ImageCategory
  • News
  • NewsCategory
  • Section
  • Tag
  • Text
  • TextCategory
  • Video
  • VideoCategory

Interfaces

  • DocumentInterface
  • EventInterface
  • FaqInterface
  • ImageInterface
  • MetatagInterface
  • NewsInterface
  • SearchableInterface
  • SectionInterface
  • TemplateableInterface
  • TextInterface
  • VideoInterface

Traits

  • MetatagTrait
  • SearchableTrait
  • TemplateableTrait
  • Overview
  • Namespace
  • Class

Interface TextInterface

Direct known implementers

Charcoal\Cms\AbstractText

Indirect known implementers

Charcoal\Cms\Text
Namespace: Charcoal\Cms
Located at Charcoal/Cms/TextInterface.php
Methods summary
public Charcoal\Cms\TextInterface
# setTitle( mixed $title )

Parameters

$title
Text title (localized).

Returns

Charcoal\Cms\TextInterface
public Charcoal\Translator\Translation|string|null
# title( )

Returns

Charcoal\Translator\Translation|string|null
public Charcoal\Cms\TextInterface
# setSubtitle( mixed $subtitle )

Parameters

$subtitle
Text subtitle (localized).

Returns

Charcoal\Cms\TextInterface
public Charcoal\Translator\Translation|string|null
# subtitle( )

Returns

Charcoal\Translator\Translation|string|null
public Charcoal\Cms\TextInterface
# setContent( mixed $content )

Parameters

$content
Text content (localized).

Returns

Charcoal\Cms\TextInterface
public Charcoal\Translator\Translation|string|null
# content( )

Returns

Charcoal\Translator\Translation|string|null
API documentation generated by ApiGen