Commit 196748a7 by Alexander Makarov

Merge pull request #5609 from db6178/patch-1

[skip ci] Update Object.php
parents e831785d 2bebfee5
...@@ -278,8 +278,8 @@ class Object ...@@ -278,8 +278,8 @@ class Object
* *
* The default implementation is a call to php function `method_exists()`. * The default implementation is a call to php function `method_exists()`.
* You may override this method when you implemented the php magic method `__call()`. * You may override this method when you implemented the php magic method `__call()`.
* @param string $name the property name * @param string $name the method name
* @return boolean whether the property is defined * @return boolean whether the method is defined
*/ */
public function hasMethod($name) public function hasMethod($name)
{ {
......
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