-
Backend
-
Behaviors
-
Classes
-
Controllers
-
Database
-
Seeds
-
-
Facades
-
FormWidgets
-
Helpers
-
Models
-
ReportWidgets
-
Skins
-
Traits
-
VueComponents
-
Widgets
- ServiceProvider
-
-
Cms
-
Classes
- Asset
- CmsCompoundObject
- CmsController
- CmsException
- CmsObject
- CmsObjectCollection
- CodeBase
- CodeParser
- ComponentBase
- ComponentHelpers
- ComponentManager
- ComponentPartial
- Content
- Controller
- EditorExtension
- Layout
- LayoutCode
- MediaLibrary
- MediaLibraryItem
- MediaViewHelper
- Meta
- ObjectMemoryCache
- Page
- PageCode
- Partial
- PartialCode
- PartialStack
- Router
- Theme
- ThemeManager
-
Components
-
Controllers
-
Facades
-
FormWidgets
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
- ComponentNode
- ComponentTokenParser
- ContentNode
- ContentTokenParser
- DebugExtension
- DefaultNode
- DefaultTokenParser
- Extension
- FlashNode
- FlashTokenParser
- FrameworkNode
- FrameworkTokenParser
- Loader
- PageNode
- PageTokenParser
- PartialNode
- PartialTokenParser
- PlaceholderNode
- PlaceholderTokenParser
- PutNode
- PutTokenParser
- ScriptsNode
- ScriptsTokenParser
- StylesNode
- StylesTokenParser
-
VueComponents
-
Widgets
- ServiceProvider
-
-
Editor
-
Behaviors
-
Classes
-
Controllers
-
VueComponents
- ServiceProvider
-
-
Media
-
Classes
-
Controllers
-
FormWidgets
-
Twig
-
Widgets
- ServiceProvider
-
-
System
-
Behaviors
-
Classes
-
Console
-
OctoberUtil
- ComposerScript
- OctoberDown
- OctoberFresh
- OctoberMigrate
- OctoberMirror
- OctoberPasswd
- OctoberUp
- OctoberUpdate
- OctoberUtil
- PluginCheck
- PluginDisable
- PluginEnable
- PluginInstall
- PluginList
- PluginRefresh
- PluginRemove
- ProjectSet
- ProjectSync
- ThemeCheck
- ThemeInstall
- ThemeList
- ThemeRemove
- ThemeSync
- ThemeUse
-
-
Controllers
-
Database
-
Facades
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
-
Widgets
- ServiceProvider
-
-
Events
-
backend
-
ajax
-
filter
-
form
-
list
-
menu
-
page
-
user
-
-
cms
-
ajax
-
block
-
combiner
-
component
-
object
-
page
-
resizer
-
router
-
template
-
theme
-
-
exception
-
halcyon
-
datasource
-
-
mailer
-
media
-
model
-
auth
-
form
-
relation
-
/docs/api/model/relation/add
-
/docs/api/model/relation/associate
- attach
-
/docs/api/model/relation/beforeadd
-
/docs/api/model/relation/beforeassociate
- beforeAttach
- beforeDetach
-
/docs/api/model/relation/beforedissociate
-
/docs/api/model/relation/beforeremove
- detach
-
/docs/api/model/relation/dissociate
-
/docs/api/model/relation/remove
-
- afterBoot
- afterCreate
- afterDelete
- afterFetch
- afterRestore
- afterSave
- afterUpdate
- afterValidate
- beforeCreate
- beforeDelete
- beforeFetch
- beforeGetAttribute
- beforeRestore
- beforeSave
- beforeSetAttribute
- beforeUpdate
- beforeValidate
- getAttribute
- saveInternal
- setAttribute
-
-
system
-
assets
-
console
-
mirror
-
theme
-
-
reportwidgets
-
resizer
-
settings
- extendConfigFile
-
-
translator
-
-
Library
-
Argon
-
Assetic
-
Asset
-
Cache
-
Exception
-
Factory
-
Filter
- BaseCssFilter
- CallablesFilter
- CssCacheBustingFilter
- CssImportFilter
- CssMinFilter
- CssRewriteFilter
- FilterCollection
- JavascriptImporter
- JSMinFilter
- JSMinPlusFilter
- JSqueezeFilter
- LessCompiler
- LessphpFilter
- MinifyCssCompressorFilter
- PackagerFilter
- PackerFilter
- ScssCompiler
- ScssphpFilter
- StylesheetMinify
-
Util
- README
- AssetManager
- AssetWriter
- FilterManager
-
-
Auth
-
Models
- AuthException
- Manager
-
-
Config
-
Database
-
Attach
-
Behaviors
-
Concerns
-
Connections
-
Connectors
-
Models
-
Relations
-
Schema
-
Traits
-
Updates
- README
- Builder
- Collection
- DatabaseServiceProvider
- DataFeed
- Dongle
- MemoryCache
- MigrationServiceProvider
- Model
- ModelBehavior
- ModelException
- MorphPivot
- NestedTreeScope
- Pivot
- QueryBuilder
- SortableScope
- TreeCollection
- Updater
-
-
Events
-
Exception
-
Extension
-
Filesystem
-
Flash
-
Foundation
-
Bootstrap
-
Console
-
Exception
-
Http
-
Middleware
- Kernel
-
-
Providers
- Application
- Maker
-
-
Halcyon
-
Datasource
-
Exception
-
Processors
-
Traits
- README
- Builder
- Collection
- HalcyonServiceProvider
- MemoryCacheManager
- MemoryRepository
- Model
-
-
Html
-
Mail
-
Network
-
Parse
-
Parsedown
-
Syntax
- Bracket
- Ini
- Markdown
- MarkdownData
- ParseServiceProvider
- Twig
- Yaml
-
-
Process
-
Resize
-
Router
-
Scaffold
-
Support
-
Translation
-
- Documentation
- API
- Library
- TransportManager
October\Rain\Mail\TransportManager
Extends:
- Illuminate\Mail\TransportManager
- Illuminate\Support\Manager
Protected properties
There are no protected properties in the class.
Show inherited protected properties
Inherited protected properties
- protected Illuminate\Contracts\Container\Container $container - defined in Illuminate\Support\Manager. The container instance.
- protected Illuminate\Contracts\Container\Container $app - defined in Illuminate\Support\Manager. The container instance.
- protected Illuminate\Contracts\Config\Repository $config - defined in Illuminate\Support\Manager. The configuration repository instance.
- protected array $customCreators - defined in Illuminate\Support\Manager. The registered custom driver creators.
- protected array $drivers - defined in Illuminate\Support\Manager. The array of created "drivers".
Public methods
Inherited public methods
- public mixed __call(string $method, array $parameters) - defined in Illuminate\Support\Manager. Dynamically call the default driver instance.
- public void __construct(Illuminate\Contracts\Container\Container $container) - defined in Illuminate\Support\Manager. Create a new manager instance.
- public mixed driver(string $driver=NULL) - defined in Illuminate\Support\Manager. Get a driver instance.
- public $this extend(string $driver, Closure $callback) - defined in Illuminate\Support\Manager. Register a custom driver creator Closure.
- public string getDefaultDriver() - defined in Illuminate\Mail\TransportManager. Get the default mail driver name.
- public array getDrivers() - defined in Illuminate\Support\Manager. Get all of the created "drivers".
- public void setDefaultDriver(string $name) - defined in Illuminate\Mail\TransportManager. Set the default mail driver name.
Protected methods
protected October\Rain\Mail\Transport\MandrillTransport createMandrillDriver()
Create an instance of the Mandrill Swift Transport driver.
protected October\Rain\Mail\Transport\SparkPostTransport createSparkPostDriver()
Create an instance of the SparkPost Swift Transport driver.
Show inherited protected methods
Inherited protected methods
- protected array addSesCredentials(array $config) - defined in Illuminate\Mail\TransportManager. Add the SES credentials to the configuration array.
- protected mixed callCustomCreator(string $driver) - defined in Illuminate\Support\Manager. Call a custom driver creator.
- protected Swift_SmtpTransport configureSmtpDriver(Swift_SmtpTransport $transport, array $config) - defined in Illuminate\Mail\TransportManager. Configure the additional SMTP driver options.
- protected Illuminate\Mail\Transport\ArrayTransport createArrayDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Array Swift Transport Driver.
- protected mixed createDriver(string $driver) - defined in Illuminate\Support\Manager. Create a new driver instance.
- protected Illuminate\Mail\Transport\LogTransport createLogDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Log Swift Transport driver.
- protected Swift_SendmailTransport createMailDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Mail Swift Transport driver.
- protected Illuminate\Mail\Transport\MailgunTransport createMailgunDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Mailgun Swift Transport driver.
- protected Swift_Transport createPostmarkDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Postmark Swift Transport driver.
- protected Swift_SendmailTransport createSendmailDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Sendmail Swift Transport driver.
- protected Illuminate\Mail\Transport\SesTransport createSesDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the Amazon SES Swift Transport driver.
- protected Swift_SmtpTransport createSmtpDriver() - defined in Illuminate\Mail\TransportManager. Create an instance of the SMTP Swift Transport driver.
- protected GuzzleHttp\Client guzzle(array $config) - defined in Illuminate\Mail\TransportManager. Get a fresh Guzzle HTTP client instance.