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