Commit 2bebfee5 by db6178

Update Object.php

parent 7324f21d
......@@ -278,8 +278,8 @@ class Object
*
* The default implementation is a call to php function `method_exists()`.
* You may override this method when you implemented the php magic method `__call()`.
* @param string $name the property name
* @return boolean whether the property is defined
* @param string $name the method name
* @return boolean whether the method is defined
*/
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