Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
a935b97b
Commit
a935b97b
authored
Nov 07, 2014
by
munawer
Committed by
Alexander Makarov
Nov 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] Typo fix in guide
parent
e2b6cb69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
concept-events.md
docs/guide/concept-events.md
+1
-1
No files found.
docs/guide/concept-events.md
View file @
a935b97b
...
@@ -17,7 +17,7 @@ An event handler is a [PHP callback](http://www.php.net/manual/en/language.types
...
@@ -17,7 +17,7 @@ An event handler is a [PHP callback](http://www.php.net/manual/en/language.types
when the event it is attached to is triggered. You can use any of the following callbacks:
when the event it is attached to is triggered. You can use any of the following callbacks:
-
a global PHP function specified as a string (without parentheses), e.g.,
`'trim'`
;
-
a global PHP function specified as a string (without parentheses), e.g.,
`'trim'`
;
-
an object method specified as an array of an object and a method name as a string (without parenthess), e.g.,
`[$object, 'methodName']`
;
-
an object method specified as an array of an object and a method name as a string (without parenthes
e
s), e.g.,
`[$object, 'methodName']`
;
-
a static class method specified as an array of a class name and a method name as a string (without parentheses), e.g.,
`[$class, 'methodName']`
;
-
a static class method specified as an array of a class name and a method name as a string (without parentheses), e.g.,
`[$class, 'methodName']`
;
-
an anonymous function, e.g.,
`function ($event) { ... }`
.
-
an anonymous function, e.g.,
`function ($event) { ... }`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment