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