mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08:00
Update Object.php
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user