예제 #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']]]];
 }