Update Object.php

This commit is contained in:
db6178
2014-10-17 01:31:02 +03:00
parent 7324f21dca
commit 2bebfee5aa

View File

@ -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)
{ {