示例#1
0
 public function behaviors()
 {
     return [['class' => СallableBehavior::className(), 'attributes' => [self::EVENT_INIT => ['apiKey']]]];
 }
示例#2
0
文件: VK.php 项目: jumper423/yii2-vk
 public function behaviors()
 {
     return [['class' => СallableBehavior::className(), 'attributes' => [self::EVENT_INIT => ['clientId', 'clientSecret']]]];
 }