mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-14 09:19:41 +00:00
add some docblock
This commit is contained in:
@@ -88,6 +88,10 @@ class UIEvent extends Event
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @return Transition
|
||||||
|
*/
|
||||||
public function getTransition()
|
public function getTransition()
|
||||||
{
|
{
|
||||||
return $this->transition;
|
return $this->transition;
|
||||||
|
Reference in New Issue
Block a user