Commit bb05ed4f by crtlib

Update Component.php

parent 846f1701
...@@ -232,7 +232,7 @@ class Component extends Object ...@@ -232,7 +232,7 @@ class Component extends Object
*/ */
public function hasProperty($name, $checkVar = true, $checkBehaviors = true) public function hasProperty($name, $checkVar = true, $checkBehaviors = true)
{ {
return $this->canGetProperty($name, $checkVar, $checkBehaviors) || $this->canSetProperty($name, false, $checkBehavior); return $this->canGetProperty($name, $checkVar, $checkBehaviors) || $this->canSetProperty($name, false, $checkBehaviors);
} }
/** /**
......
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