Changeset 10349
- Timestamp:
- 07/18/08 11:02:15 (5 years ago)
- Files:
-
- plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfApplicationConfiguration.class.php (modified) (2 diffs)
- plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfConfigDimension.class.php (modified) (2 diffs)
- plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfProjectConfiguration.class.php (modified) (2 diffs)
- plugins/ysfDimensionsPlugin/branches/1.1/lib/util/ysfCartesianIterator.class.php (modified) (2 diffs)
- plugins/ysfDimensionsPlugin/branches/1.1/test/functional/dimensionsTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfApplicationConfiguration.class.php
r9328 r10349 3 3 /** 4 4 * 5 * Copyright (c) 200 7Yahoo! Inc. All rights reserved.5 * Copyright (c) 2008 Yahoo! Inc. All rights reserved. 6 6 * The copyrights embodied in the content in this file are licensed 7 7 * under the MIT open source license. … … 14 14 * ysfApplicationConfiguration represents a configuration for a symfony application. 15 15 * 16 * @package symfony16 * @package ysymfony 17 17 * @subpackage config 18 18 * @author Dustin Whittle <dustin.whittle@symfony-project.com> plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfConfigDimension.class.php
r9328 r10349 3 3 /** 4 4 * 5 * Copyright (c) 200 7Yahoo! Inc. All rights reserved.5 * Copyright (c) 2008 Yahoo! Inc. All rights reserved. 6 6 * The copyrights embodied in the content in this file are licensed 7 7 * under the MIT open source license. … … 38 38 * type: host => production, culture => en, theme => classic 39 39 * 40 * @package symfony40 * @package ysymfony 41 41 * @subpackage config 42 42 * @author Dustin Whittle <dustin.whittle@symfony-project.com> plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfProjectConfiguration.class.php
r9519 r10349 3 3 /** 4 4 * 5 * Copyright (c) 200 7Yahoo! Inc. All rights reserved.5 * Copyright (c) 2008 Yahoo! Inc. All rights reserved. 6 6 * The copyrights embodied in the content in this file are licensed 7 7 * under the MIT open source license. … … 18 18 * This class adds support for configuration dimensions and caches all results. 19 19 * 20 * @package symfony20 * @package ysymfony 21 21 * @subpackage config 22 22 * @author Dustin Whittle <dustin.whittle@symfony-project.com> plugins/ysfDimensionsPlugin/branches/1.1/lib/util/ysfCartesianIterator.class.php
r9328 r10349 3 3 /** 4 4 * 5 * Copyright (c) 200 7Yahoo! Inc. All rights reserved.5 * Copyright (c) 2008 Yahoo! Inc. All rights reserved. 6 6 * The copyrights embodied in the content in this file are licensed 7 7 * under the MIT open source license. … … 20 20 * key=>value arrays for each such source iterator. 21 21 * 22 * @package symfony22 * @package ysymfony 23 23 * @subpackage config 24 24 * @author Dustin Whittle <dustin.whittle@symfony-project.com> plugins/ysfDimensionsPlugin/branches/1.1/test/functional/dimensionsTest.php
r9328 r10349 3 3 /** 4 4 * 5 * Copyright (c) 200 7Yahoo! Inc. All rights reserved.5 * Copyright (c) 2008 Yahoo! Inc. All rights reserved. 6 6 * The copyrights embodied in the content in this file are licensed 7 7 * under the MIT open source license.