Phundament App Class Reference
  • Package
  • Class
  • Tree

Packages

  • bootstrap
    • widgets
      • input
  • Image
  • None
  • p3admin
  • p3extensions
    • behaviors
    • commands
    • components
    • helpers
    • widgets
  • p3media
    • actions
    • controllers
    • models
  • p3pages
    • models
  • p3widgets
    • components
    • models
  • PHP
  • system
    • db
      • ar
    • gii
    • web
      • auth
      • helpers
      • widgets
  • yiiext
    • widgets
      • fancybox
      • lipsum
  • zii
    • widgets
      • grid

Classes

  • P3CryptBehavior
  • P3FileUploadBehavior
  • P3JSONBehavior
  • P3LoggableBehavior
  • P3MetaDataBehavior
  • P3TranslationBehavior

Class P3CryptBehavior

Behavior, encrypts given attributes with CSecurityManager

CComponent
Extended by CBehavior implements IBehavior
Extended by CModelBehavior
Extended by CActiveRecordBehavior
Extended by P3CryptBehavior
Package: p3extensions\behaviors
Copyright: Copyright © 2005-2010 diemeisterei GmbH
License: http://www.phundament.com/license/
Author: Tobias Munk <schmunk@usrbin.de>
Since: 3.0.3
Located at phundament/p3extensions/behaviors/P3CryptBehavior.php

Methods summary

public
# beforeSave( CModelEvent $event )

Responds to CActiveRecord::onBeforeSave event. Overrides this method if you want to handle the corresponding event of the CBehavior::owner owner. You may set CModelEvent::isValid to be false to quit the saving process.

Responds to CActiveRecord::onBeforeSave event. Overrides this method if you want to handle the corresponding event of the CBehavior::owner owner. You may set CModelEvent::isValid to be false to quit the saving process.

Parameters

$event
CModelEvent
$event event parameter

Overrides

CActiveRecordBehavior::beforeSave
public
# afterFind( CEvent $event )

Responds to CActiveRecord::onAfterFind event. Overrides this method if you want to handle the corresponding event of the CBehavior::owner owner.

Responds to CActiveRecord::onAfterFind event. Overrides this method if you want to handle the corresponding event of the CBehavior::owner owner.

Parameters

$event
CEvent
$event event parameter

Overrides

CActiveRecordBehavior::afterFind

Methods inherited from CActiveRecordBehavior

afterDelete(), afterSave(), beforeDelete(), beforeFind(), events()

Methods inherited from CModelBehavior

afterConstruct(), afterValidate(), beforeValidate()

Methods inherited from CBehavior

attach(), detach(), getEnabled(), getOwner(), setEnabled()

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()

Magic methods summary

Properties summary

public type $attributes
#

Attributes which should be crypted

Attributes which should be crypted

Magic properties inherited from CActiveRecordBehavior

$owner

Magic properties inherited from CBehavior

$enabled

Phundament App Class Reference API documentation generated by ApiGen 2.8.0