Commit 3d40b171 by slavcopost

Fix attaching behavior via config

parent 235ad40c
......@@ -8,6 +8,7 @@
namespace yii\base;
use Yii;
use yii\helpers\base\VarDumper;
/**
* @include @yii/base/Component.md
......@@ -90,6 +91,7 @@ class Component extends Object
// as behavior: attach behavior
$name = trim(substr($name, 3));
$this->attachBehavior($name, $value instanceof Behavior ? $value : Yii::createObject($value));
return;
} else {
// behavior property
$this->ensureBehaviors();
......
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