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

  • CalendarEvent
  • X2CalendarPermissions
  • Overview
  • Package
  • Class
  • Tree

Class CalendarEvent

This is the model class for table "x2_actions".

CComponent
Extended by CModel implements IteratorAggregate, ArrayAccess
Extended by CFormModel
Extended by CalendarEvent
Package: application\modules\calendar\models
Located at x2engine/protected/modules/calendar/models/CalendarEvent.php
Methods summary
public array
# rules( )

Returns

array
validation rules for model attributes.

Overrides

CModel::rules()
public array
# attributeLabels( )

Returns

array
customized attribute labels (name=>label)

Overrides

CModel::attributeLabels()
public
# getRecurrence( )
Methods inherited from CFormModel
__construct(), attributeNames(), init()
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(), setAttributes(), 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 mixed $dueDate
#
public mixed $completeDate
#
public mixed $associationType
#
public mixed $associationId
#
public mixed $assignedTo
#
public mixed $priority
#
public mixed $visibility
#
public mixed $reminder
#
public mixed $type
#
public mixed $recurrence
#
public mixed $endRecurrence
#
public mixed $allDay
#
public mixed $color
#
Magic properties summary
public integer $id
#
public string $assignedTo
#
public string $actionDescription
#
public integer $visibility
#
public integer $associationId
#
public string $associationType
#
public string $associationName
#
public integer $dueDate
#
public integer $showTime
#
public string $priority
#
public string $type
#
public integer $createDate
#
public string $complete
#
public string $reminder
#
public string $completedBy
#
public integer $completeDate
#
public integer $lastUpdated
#
public string $updatedBy
#
public integer $workflowId
#
public integer $stageNumber
#
Magic properties inherited from CModel
$attributes, $errors, $iterator, $safeAttributeNames, $scenario, $validatorList, $validators
X2CRM Documentation API documentation generated by ApiGen 2.8.0