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

Class AbstractText

Text

Charcoal\Object\Content
Extended by Charcoal\Cms\AbstractText implements Charcoal\Object\CategorizableInterface, Charcoal\Object\PublishableInterface, Charcoal\Cms\SearchableInterface, Charcoal\Cms\TextInterface uses Charcoal\Object\CategorizableTrait (not available) Charcoal\Object\PublishableTrait (not available) Charcoal\Cms\SearchableTrait

Direct known subclasses

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

Parameters

$title
The news title (localized).

Returns

Charcoal\Cms\TextInterface

Implementation of

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

Returns

Charcoal\Translator\Translation|string|null

Implementation of

Charcoal\Cms\TextInterface::title()
public Charcoal\Cms\AbstractText
# setSubtitle( mixed $subtitle )

Parameters

$subtitle
The news subtitle (localized).

Returns

Charcoal\Cms\AbstractText

Implementation of

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

Returns

Charcoal\Translator\Translation|string|null

Implementation of

Charcoal\Cms\TextInterface::subtitle()
public Charcoal\Cms\AbstractText
# setContent( mixed $content )

Parameters

$content
The news content (localized).

Returns

Charcoal\Cms\AbstractText

Implementation of

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

Returns

Charcoal\Translator\Translation|string|null

Implementation of

Charcoal\Cms\TextInterface::content()
Methods inherited from Charcoal\Cms\SearchableInterface
searchKeywords(), searchProperties(), setSearchKeywords(), setSearchProperties()
Methods used from Charcoal\Cms\SearchableTrait
searchKeywords(), searchProperties(), setSearchKeywords(), setSearchProperties()
API documentation generated by ApiGen