frontend\modules\user\models\UserMeta::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return ['timestamp' => ['class' => 'yii\\behaviors\\TimestampBehavior', 'attributes' => [ActiveRecord::EVENT_BEFORE_INSERT => 'created_at']]];
    }