| 1 | <?php | ||
| 19 | class YamlFileLoader extends AbstractFileLoader | ||
| 20 | { | ||
| 21 | /** | ||
| 22 | * @var array | ||
| 23 | */ | ||
| 24 |     protected $extensions = array('yml'); | ||
| 25 | |||
| 26 | /** | ||
| 27 |      * {@inheritdoc} | ||
| 28 | */ | ||
| 29 | public function import(FileLocator $file) | ||
| 35 | |||
| 36 | /** | ||
| 37 |      * {@inheritdoc} | ||
| 38 | */ | ||
| 39 | public function write(array $configs, $file) | ||
| 45 | } | ||
| 46 |