PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class TClassBehaviorEventParameter

TClassBehaviorEventParameter class. TClassBehaviorEventParameter is the parameter sent with the class behavior changes.

TComponent
Extended by TEventParameter
Extended by TClassBehaviorEventParameter
Package: System
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Brad Anderson <javalizard@mac.com>
Version: $Id$
Since: 3.2.3
Located at TComponent.php
Methods summary
public
# __construct( string $class, string $name, object $behavior, mixed $priority )

Holds the parameters for the Class Behavior Events

Holds the parameters for the Class Behavior Events

Parameters

$class
string
$class this is the class to get the behavior
$name
string
$name the name of the behavior
$behavior
object
$behavior this is the behavior to implement the class behavior
$priority

Overrides

TComponent::__construct()
public string
# getClass( )

This is the class to get the behavior

This is the class to get the behavior

Returns

string
the class to get the behavior
public string
# getName( )

name of the behavior

name of the behavior

Returns

string
the name to get the behavior
public object
# getBehavior( )

This is the behavior which the class is to get

This is the behavior which the class is to get

Returns

object
the behavior to implement
public numeric
# getPriority( )

This is the priority which the behavior is to get

This is the priority which the behavior is to get

Returns

numeric
the priority of the behavior
Methods inherited from TComponent
__call(), __destruct(), __get(), __isset(), __set(), __sleep(), __unset(), __wakeup(), addParsedObject(), asa(), attachBehavior(), attachBehaviors(), attachClassBehavior(), attachEventHandler(), canGetProperty(), canSetProperty(), clearBehaviors(), createdOnTemplate(), detachBehavior(), detachBehaviors(), detachClassBehavior(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), evaluateStatements(), fxAttachClassBehavior(), fxDetachClassBehavior(), getAutoGlobalListen(), getBehaviorsEnabled(), getClassHierarchy(), getEventHandlers(), getListeningToGlobalEvents(), getSubProperty(), hasEvent(), hasEventHandler(), hasProperty(), isa(), listen(), raiseEvent(), setSubProperty(), unlisten()
Constants inherited from TComponent
GLOBAL_RAISE_EVENT_LISTENER
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO