src/ActiveField.php
Reference to undeclared class \yii\bootstrap\ActiveField
(Did you mean class \tuyakhov\braintree\ActiveField) Open
Open
parent::init();
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\ActiveField::init()
Open
Open
public function init()
- Exclude checks
Reference to undeclared property \tuyakhov\braintree\ActiveField->attribute
Open
Open
$inputName = explode('_', $this->attribute);
- Exclude checks
Reference to undeclared property \tuyakhov\braintree\ActiveField->inputOptions
Open
Open
$this->inputOptions = array_merge(
- Exclude checks
Call to method underscore
from undeclared class \yii\helpers\Inflector
Open
Open
'data-braintree-name' => Inflector::underscore($inputName[0]),
- Exclude checks
Reference to undeclared property \tuyakhov\braintree\ActiveField->inputOptions
Open
Open
$config = array_merge(['options' => $this->inputOptions], $config);
- Exclude checks
Class extends undeclared class \yii\bootstrap\ActiveField
(Did you mean class \tuyakhov\braintree\ActiveField) Open
Open
class ActiveField extends \yii\bootstrap\ActiveField
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\ActiveField::widget()
Open
Open
public function widget($class, $config = [])
- Exclude checks
Reference to undeclared class \yii\bootstrap\ActiveField
(Did you mean class \tuyakhov\braintree\ActiveField) Open
Open
return parent::widget($class, $config);
- Exclude checks
Reference to undeclared property \tuyakhov\braintree\ActiveField->inputOptions
Open
Open
$this->inputOptions
- Exclude checks