Example #1
0
 public function behaviors()
 {
     return [['class' => СallableBehavior::className(), 'attributes' => [self::EVENT_INIT => ['apiKey']]]];
 }
Example #2
0
 public function behaviors()
 {
     return [['class' => СallableBehavior::className(), 'attributes' => [self::EVENT_INIT => ['clientId', 'clientSecret']]]];
 }