1 2 3 4 5 6 7
<?php use yii\behaviors\BlameableBehavior; use yii\web\Application; $behavior = new BlameableBehavior(); var_dump($behavior->value);