Blame view

common/modules/blog/views/default/index.php 134 Bytes
b0f143c3   Yarik   first commit
1
2
3
4
5
6
7
  <?php
  
  use yii\behaviors\BlameableBehavior;
  use yii\web\Application;
  
  $behavior = new BlameableBehavior();
  var_dump($behavior->value);