Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AttachmentName
  • AttachmentPath
  • ContactName
  • ContactType
  • EmailAddress
  • EmailContent
  • EmailSubject

Interfaces

  • AttachmentNameInterface
  • AttachmentPathInterface

Class EmailSubject

Class EmailSubject

Subject assigned to an email.

EmailSubject implements EmailSubjectInterface
Package: Email\ValueObjects
Category: System
Located at SystemServices/Email/ValueObjects/EmailSubject.inc.php

Methods summary

public
# __construct( string $p_subject )

Constructor

Constructor

Executes the validation checks of the email subject.

Parameters

$p_subject
E-Mail subject.

Throws

InvalidArgumentException
If the provided argument is not valid.
public string
# __toString( )

Returns the email subject value.

Returns the email subject value.

Returns

string
Equivalent string.

Implementation of

EmailSubjectInterface::__toString()

Constants summary

integer MAX_LENGTH

Defines the maximum db field length.

Defines the maximum db field length.

# 256

Properties summary

protected string $subject

Email subject.

Email subject.

#
API documentation generated by ApiGen