| 1 | <?php |
||
| 19 | class FacebookSettings extends BaseSettings |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | public $graphApiVersion = 'v2.10'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return string |
||
| 28 | * @throws \Twig_Error_Loader |
||
| 29 | * @throws \yii\base\Exception |
||
| 30 | */ |
||
| 31 | public function inputHtml(): string |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @inheritdoc |
||
| 43 | */ |
||
| 44 | public function rules() |
||
| 74 | } |
||
| 75 |