Commit 5156cc14 by egorpromo

More docs

parent 43f19e8a
......@@ -432,7 +432,7 @@ class Component extends Object
/**
* Triggers an event.
* This method represents the happening of an event. It invokes
* all attached handlers for the event.
* all attached handlers for the event including 'class-level' handlers
* @param string $name the event name
* @param Event $event the event parameter. If not set, a default [[Event]] object will be created.
*/
......@@ -457,6 +457,7 @@ class Component extends Object
}
}
}
//invoke 'class-level' attached handlers
Event::trigger($this, $name, $event);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment