Class GoogleProject
A model class for dealing with "embedded" models, whose attributes are stored
in a database column as a JSON-encoded string, when using JSONEmbeddedModelFieldsBehavior
.
The methods for form inputs and rendering detail should be included in the models themselves, to keep each model self-contained.
- CComponent
- CModel implements IteratorAggregate, ArrayAccess
- JSONEmbeddedModel
- GoogleProject implements AdminOwnedCredentials
Author: Demitri Morgan <demitri@x2engine.com>
Located at x2engine/protected/models/embedded/GoogleProject.php
public static
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
#
attributeLabels( )
Returns the attribute labels. Attribute labels are mainly used in error
messages of validation. By default an attribute label is generated using |
public
|
#
htmlOptions( type $name, mixed $options = array () )
Generate a list of options to send to methods within CHtml that take HTML element options/properties, so that it includes the proper name of the input. |
attributeNames(),
detailView(),
getProtectedFieldPlaceholder(),
renderInput(),
renderInputs(),
renderProtectedInput(),
resolveName(),
setAttributes()
|
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()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
string
|
$clientId | '' |
#
Used for OAuth 2.0 (needed for Calendar sync and login) |
public
string
|
$clientSecret | '' |
#
Used for OAuth 2.0 (needed for Calendar sync and login) |
$_attributeNames,
$exoAttr,
$exoFormName,
$exoModel,
$requiresAdmin
|
$attributes,
$errors,
$iterator,
$safeAttributeNames,
$scenario,
$validatorList,
$validators
|