Overview

Packages

  • application
    • commands
    • components
      • actions
      • filters
      • leftWidget
      • permissions
      • sortableWidget
      • util
      • webupdater
      • x2flow
        • actions
        • triggers
      • X2GridView
      • X2Settings
    • controllers
    • models
      • embedded
    • modules
      • accounts
        • controllers
        • models
      • actions
        • controllers
        • models
      • calendar
        • controllers
        • models
      • charts
        • models
      • contacts
        • controllers
        • models
      • docs
        • components
        • controllers
        • models
      • groups
        • controllers
        • models
      • marketing
        • components
        • controllers
        • models
      • media
        • controllers
        • models
      • mobile
        • components
      • opportunities
        • controllers
        • models
      • products
        • controllers
        • models
      • quotes
        • controllers
        • models
      • services
        • controllers
        • models
      • template
        • models
      • users
        • controllers
        • models
      • workflow
        • controllers
        • models
      • x2Leads
        • controllers
        • models
  • None
  • system
    • base
    • caching
    • console
    • db
      • ar
      • schema
    • validators
    • web
      • actions
      • auth
      • helpers
      • widgets
        • captcha
        • pagers
  • zii
    • widgets
      • grid

Classes

  • EmailAccount
  • EmailDropboxSettings
  • GMailAccount
  • GoogleProject
  • JSONEmbeddedModel
  • MailgunAccount
  • MailjetAccount
  • MandrillAccount
  • OutlookEmailAccount
  • SendgridAccount
  • SESAccount
  • TwitterApp
  • WidgetLayout
  • YahooEmailAccount
  • Overview
  • Package
  • Class
  • Tree

Class YahooEmailAccount

Authentication data for using a Yahoo account to send email.

Similar to EmailAccount but with certain details already filled in

CComponent
Extended by CModel implements IteratorAggregate, ArrayAccess
Extended by JSONEmbeddedModel
Extended by EmailAccount
Extended by YahooEmailAccount
Package: application\models\embedded
Located at x2engine/protected/models/embedded/YahooEmailAccount.php
Methods summary
public
# modelLabel( )

A UI-friendly name that the model should be called.

A UI-friendly name that the model should be called.

Overrides

EmailAccount::modelLabel()
Methods inherited from EmailAccount
attributeLabels(), detailView(), emailUser(), renderInput(), renderInputs(), rules()
Methods inherited from JSONEmbeddedModel
attributeNames(), getMetaData(), getProtectedFieldPlaceholder(), getProtectedFields(), htmlOptions(), renderForm(), renderProtectedInput(), resolveName(), setAttributes()
Methods inherited from CModel
addError(), addErrors(), afterConstruct(), afterValidate(), beforeValidate(), behaviors(), clearErrors(), createValidators(), generateAttributeLabel(), getAttributeLabel(), getAttributes(), getError(), getErrors(), getIterator(), getSafeAttributeNames(), getScenario(), getValidatorList(), getValidators(), hasErrors(), isAttributeRequired(), isAttributeSafe(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), onAfterConstruct(), onAfterValidate(), onBeforeValidate(), onUnsafeAttribute(), setScenario(), unsetAttributes(), validate()
Methods inherited from CComponent
__call(), __get(), __isset(), __set(), __unset(), asa(), attachBehavior(), attachBehaviors(), attachEventHandler(), canGetProperty(), canSetProperty(), detachBehavior(), detachBehaviors(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), getEventHandlers(), hasEvent(), hasEventHandler(), hasProperty(), raiseEvent()
Properties summary
public string $email ''
#
public boolean $imapNoValidate false
#
public integer $imapPort 993
#
public string $imapSecurity 'ssl'
#
public string $imapServer 'imap.mail.yahoo.com'
#
public string $password ''
#
public integer $port 465
#
public string $security 'ssl'
#
public string $senderName ''
#
public string $server 'smtp.mail.yahoo.com'
#
public string $user ''
#
Properties inherited from EmailAccount
$enableVerification
Properties inherited from JSONEmbeddedModel
$_attributeNames, $exoAttr, $exoFormName, $exoModel, $requiresAdmin
Magic properties inherited from CModel
$attributes, $errors, $iterator, $safeAttributeNames, $scenario, $validatorList, $validators
X2CRM Documentation API documentation generated by ApiGen 2.8.0