0.10 Doctrine_Event
Doctrine Event
Method Summary
- string getName
- integer getCode
- array getParams
- start
- mixed __get
- string getQuery
- __construct
- getInvoker
- end
- set
- boolean hasEnded
- mixed getElapsedSecs
- __set
- skipOperation
Method Details
-
(string) getName()
getName returns the name of this event
Doctrine_Event
-
(integer) getCode()
Doctrine_Event
-
(array) getParams()
getParams returns the parameters of the query
Doctrine_Event
-
start()
start starts the internal timer of this event
Doctrine_Event
-
$option the name of the option (mixed) __get($option)
getOption returns the value of an option
-
(string) getQuery()
Doctrine_Event
-
$code the event code $query the sql query associated with this event (if any) __construct((Doctrine_Connection|Doctrine_Connection_Statement|) $invoker, $code, $query = null, $params = array())
constructor
-
getInvoker()
getInvoker returns the handler that invoked this event
Doctrine_Event
-
end()
end ends the internal timer of this event
Doctrine_Event
-
$option the name of the option $value the value of the given option set($option, [[[amp]]]$value, $value)
setOption sets the value of an option by reference
Doctrine_Event
-
(boolean) hasEnded()
hasEnded whether or not this event has ended
-
(mixed) getElapsedSecs()
Get the elapsed time (in microseconds) that the event ran. If the event has not yet ended, return false.
-
$option the name of the option $value the value of the given option __set($option, $value)
setOption sets the value of an option
Doctrine_Event
-
skipOperation()
skipOperation skips the next operation an alias for __set('skipOperation', true)
Doctrine_Event




Comments (0) [ add comment ]
No Comments
Add Comment