From ad86a76104c44a2787cea5fb02ac2cf16f9e5be4 Mon Sep 17 00:00:00 2001 From: Nikita Vershinin Date: Sat, 20 Dec 2014 19:39:51 +0600 Subject: [PATCH] fix #242: Phalcon\Config\Adapter\Yaml renamed to Phalcon\Config\Adapter\ExtendedYaml --- .../Phalcon/Config/Adapter/{Yaml.php => ExtendedYaml.php} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename Library/Phalcon/Config/Adapter/{Yaml.php => ExtendedYaml.php} (84%) diff --git a/Library/Phalcon/Config/Adapter/Yaml.php b/Library/Phalcon/Config/Adapter/ExtendedYaml.php similarity index 84% rename from Library/Phalcon/Config/Adapter/Yaml.php rename to Library/Phalcon/Config/Adapter/ExtendedYaml.php index 8e5e7605b..276cf2c2e 100644 --- a/Library/Phalcon/Config/Adapter/Yaml.php +++ b/Library/Phalcon/Config/Adapter/ExtendedYaml.php @@ -5,10 +5,11 @@ use Phalcon\Config\Exception; /** - * Phalcon\Config\Adapter\Yaml + * Phalcon\Config\Adapter\ExtendedYaml * Reads yaml files and convert it to Phalcon\Config objects. + * Unlike native Yaml adapter supports callbacks. */ -class Yaml extends Config implements \ArrayAccess +class ExtendedYaml extends Config implements \ArrayAccess { /**