Commit 13239106 by Alexander Kochetov

Comment fixes

parent c9fe510e
...@@ -85,7 +85,7 @@ class DbManager extends Manager ...@@ -85,7 +85,7 @@ class DbManager extends Manager
/** /**
* Performs access check for the specified user. * Performs access check for the specified user.
* This method is internally called by [[checkAccess()]]. * This method is internally called by [[checkAccess()]].
* @param mixed $userId the user ID. This should can be either an integer and a string representing * @param mixed $userId the user ID. This should can be either an integer or a string representing
* the unique identifier of a user. See [[User::id]]. * the unique identifier of a user. See [[User::id]].
* @param string $itemName the name of the operation that need access check * @param string $itemName the name of the operation that need access check
* @param array $params name-value pairs that would be passed to biz rules associated * @param array $params name-value pairs that would be passed to biz rules associated
......
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